Empeld
Empeld plugin documentation.
|
Interface to implement to test if intersectable More...
Public Member Functions | |
bool | Intersects (Ray ray, out double dist) |
Interface to implement to test if intersectable
bool pluginbase.Helpers.Geometry.IIntersectable.Intersects | ( | Ray | ray, |
out double | dist | ||
) |
Implemented in pluginbase.Helpers.Geometry.AxisAlignedBox, and pluginbase.Helpers.Geometry.Sphere.