Uses of Class
cz.fidentis.analyst.data.ray.impl.RayIntersectionImpl
Packages that use RayIntersectionImpl
Package
Description
The top-level package for data structures related to triangular meshes.
cz.fidentis.analyst.mesh.impl
package includes Mesh implementation classes that
are not visible to classes of other modules.-
Uses of RayIntersectionImpl in cz.fidentis.analyst.data.mesh
Methods in cz.fidentis.analyst.data.mesh that return RayIntersectionImplModifier and TypeMethodDescriptionMeshTriangle.getRayIntersection
(Ray ray, MeshTriangle.Smoothing smoothing) Computes ray-triangle intersection. -
Uses of RayIntersectionImpl in cz.fidentis.analyst.data.mesh.impl
Methods in cz.fidentis.analyst.data.mesh.impl that return RayIntersectionImplModifier and TypeMethodDescriptionMeshTriangleImpl.getRayIntersection
(Ray ray, MeshTriangle.Smoothing smoothing)