NDEVR
API Documentation
TriangleBase

Base class for N-dimensional triangles. More...

Inheritance diagram for TriangleBase:
[legend]

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.

Detailed Description

Base class for N-dimensional triangles.


Definition at line 65 of file Triangle.hpp.

Member Function Documentation

◆ NextVertexCCW()

constexpr TriangleLocation TriangleBase::NextVertexCCW ( TriangleLocation 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().

◆ NextVertexCW()

constexpr TriangleLocation TriangleBase::NextVertexCW ( TriangleLocation location)
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().


The documentation for this class was generated from the following file: