|
Jet
v1.3.3
|
Struct that represents ray-surface intersection point. More...
#include <jet/surface2.h>
Public Attributes | |
| bool | isIntersecting = false |
| double | distance = kMaxD |
| Vector2D | point |
| Vector2D | normal |
Struct that represents ray-surface intersection point.
| double jet::SurfaceRayIntersection2::distance = kMaxD |
| bool jet::SurfaceRayIntersection2::isIntersecting = false |
| Vector2D jet::SurfaceRayIntersection2::normal |
| Vector2D jet::SurfaceRayIntersection2::point |
1.8.18