API Documentation
Loading...
Searching...
No Matches
TriangleBase Class Reference

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

#include <Triangle.hpp>

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.
 
static constexpr TriangleLocation oppositeLocation (TriangleLocation location)
 

Detailed Description

Base class for N-dimensional triangles.


Member Function Documentation

◆ NextVertexCCW()

static constexpr TriangleLocation NextVertexCCW ( TriangleLocation location)
inlinestaticconstexpr

Returns the point location counter-clockwise to given point location.


Author: Tyler Parke

Date: 2017-05-15

◆ NextVertexCW()

static constexpr TriangleLocation NextVertexCW ( TriangleLocation location)
inlinestaticconstexpr

Returns the point location clockwise to given point location.


Author: Tyler Parke

Date: 2017-05-15

◆ oppositeLocation()

static constexpr TriangleLocation oppositeLocation ( TriangleLocation location)
inlinestaticconstexpr

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