CubbyFlow::SurfaceRayIntersection2 Struct Reference
Structure that represents ray-surface intersection point. More...
#include <Core/Surface/Surface2.h>
Public Attributes | |
bool | isIntersecting = false |
double | distance = std::numeric_limits<double>::max() |
Vector2D | point |
Vector2D | normal |
Detailed Description
Structure that represents ray-surface intersection point.
Member Data Documentation
◆ distance
double CubbyFlow::SurfaceRayIntersection2::distance = std::numeric_limits<double>::max() |
◆ isIntersecting
bool CubbyFlow::SurfaceRayIntersection2::isIntersecting = false |
◆ normal
Vector2D CubbyFlow::SurfaceRayIntersection2::normal |
◆ point
Vector2D CubbyFlow::SurfaceRayIntersection2::point |
The documentation for this struct was generated from the following file:
- Core/Surface/Surface2.h