Uses of Record Class
cz.fidentis.analyst.engines.raycasting.RayIntersectionConfig
Packages that use RayIntersectionConfig
-
Uses of RayIntersectionConfig in cz.fidentis.analyst.engines.raycasting
Methods in cz.fidentis.analyst.engines.raycasting with parameters of type RayIntersectionConfigModifier and TypeMethodDescriptionstatic RayIntersection
RayIntersectionServices.computeClosest
(Octree octree, RayIntersectionConfig strategy) Returns a closets intersection point, either positive or negative, ornull
.static RayIntersection
RayIntersectionServices.computeClosest
(Collection<Octree> octrees, RayIntersectionConfig strategy) Returns a closets intersection point, either positive or negative, ornull
.static SortedSet
<RayIntersection> RayIntersectionServices.computeSorted
(Octree octree, RayIntersectionConfig strategy) Returns found ray intersections sorted by distances.static SortedSet
<RayIntersection> RayIntersectionServices.computeSorted
(Collection<Octree> octrees, RayIntersectionConfig config) Returns found ray intersections sorted by distances.static List
<RayIntersection> RayIntersectionServices.computeUnsorted
(Octree kdTree, RayIntersectionConfig config) Returns ray intersections in random order and without distances.static List
<RayIntersection> RayIntersectionServices.computeUnsorted
(Collection<Octree> octrees, RayIntersectionConfig config) Returns ray intersections in random order and without distances.