#include <plane.h>
|
| real | distance = {0_r} |
| | Signed distance from the origin along the normal [m].
|
| Real3 | normal = {0_r, 1_r, 0_r} |
| | Outward-facing plane normal (unit length).
|
Definition at line 34 of file plane.h.
◆ Plane() [1/3]
| superdex::Plane::Plane |
( |
| ) |
|
|
inlinedefault |
◆ Plane() [2/3]
| superdex::Plane::Plane |
( |
Vec4r | normal, |
|
|
real | distFromOrigin ) |
|
inline |
◆ Plane() [3/3]
| superdex::Plane::Plane |
( |
Real3 const & | normal, |
|
|
real | distFromOrigin ) |
|
inline |
◆ GetDistanceFromOrigin()
| real superdex::Plane::GetDistanceFromOrigin |
( |
| ) |
const |
|
inlinenodiscard |
◆ GetNormal()
| Real3 superdex::Plane::GetNormal |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator!=()
| bool superdex::Plane::operator!= |
( |
Plane const & | other | ) |
const |
|
default |
◆ operator==()
| bool superdex::Plane::operator== |
( |
Plane const & | other | ) |
const |
|
default |
◆ VGetNormal()
| Vec4r superdex::Plane::VGetNormal |
( |
| ) |
const |
|
inlinenodiscard |
◆ VGetPacked()
| Vec4r superdex::Plane::VGetPacked |
( |
| ) |
const |
|
inlinenodiscard |
◆ distance
| real superdex::Plane::distance = {0_r} |
Signed distance from the origin along the normal [m].
Definition at line 37 of file plane.h.
◆ normal
| Real3 superdex::Plane::normal = {0_r, 1_r, 0_r} |
Outward-facing plane normal (unit length).
Definition at line 36 of file plane.h.
The documentation for this class was generated from the following file: