#include <AdvancedMath.hpp>
Public Attributes | |
| float3 | Normal |
| float | Distance = 0 |
A plane in 3D space described by the plane equation:
dot(Normal, Point) + Distance = 0
| float Diligent::Plane3D::Distance = 0 |
Distance from the plane to the coordinate system origin along the normal direction:
dot(Normal, Point) = -Distance
O | N
*<--------|==>
|
| float3 Diligent::Plane3D::Normal |
Plane normal.