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

#include <Triangle.hpp>

Inheritance diagram for TriangleBase:
[legend]

Static Public Member Functions

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

Member Function Documentation

◆ NextVertexCCW()

static constexpr TriangleLocation NextVertexCCW ( TriangleLocation location)
inlinestaticconstexpr

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


Fn: static constexpr TriangleLocation Triangle::nextVertexCW(TriangleLocation point) const

Author: Tyler Parke

Date: 2017-05-15

◆ NextVertexCW()

static constexpr TriangleLocation NextVertexCW ( TriangleLocation location)
inlinestaticconstexpr

Returns the point location clockwise to given point location.


Fn: static constexpr TriangleLocation Triangle::nextVertexCW(TriangleLocation point) const

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: