![]() |
NDEVR
API Documentation
|
Base class for N-dimensional triangles. More...
Static Public Member Functions | |
| static constexpr TriangleLocation | NextVertexCCW (TriangleLocation location) |
| Returns the point location counter-clockwise to given point location. | |
| static constexpr TriangleLocation | NextVertexCW (TriangleLocation location) |
| Returns the point location clockwise to given point location. | |
|
inlinestaticconstexpr |
Returns the point location counter-clockwise to given point location.
Author: Tyler Parke
Date: 2017-05-15
Definition at line 92 of file Triangle.hpp.
Referenced by Triangle< t_dims, t_type, t_vertex >::nextVertexCCW().
|
inlinestaticconstexpr |
Returns the point location clockwise to given point location.
Author: Tyler Parke
Date: 2017-05-15
Definition at line 112 of file Triangle.hpp.
Referenced by Triangle< t_dims, t_type, t_vertex >::nextVertexCW().