ISpatialDistanceTrait
Description
- Extended by
- 
NoSpatialDistanceTrait struct 
 SpatialOctree_Lines_Distance struct
 SpatialOctree_Points_Distance struct
 SpatialOctree_Triangles_Distance struct
 SpatialQuadtree_Lines_Distance struct
 SpatialQuadtree_Points_Distance struct
 SpatialQuadtree_Triangles_Distance struct
Type trait for omnidirectional distance queries.
Public / Methods
ComputeDistance
2 overloads
Computes the nearest distance from the given point to the spatial entity.
Computes the nearest distance from the given point to the spatial entity.
A default implementation should forward to ComputeDistance1 and set vertices out to Vec3I.Zero and weights out to Vec3D.Zero.