ISpatialQuery
Description
- Extended by
-
IModelCollider
TerrainModel sealed
Base interface for classes that provide spatial queries.
Usually, a ISpatialQuery object represents some spatial entity, for example a 3D model, which may have a hierarchical structure.
Public / Methods
PickRay
Picks the point on the model surface that intersects with the given ray.
If there are multiple intersection points, the nearest one to Ray.Origin is returned.