Thea
|
Stores the positions of a triangle's three vertices locally, and provides access to them. More...
#include <Triangle3.hpp>
Public Member Functions | |
Vector3 const & | getVertex (int i) const |
Get the i'th vertex. More... | |
TriangleLocalVertexTriple3 () | |
Default constructor. More... | |
TriangleLocalVertexTriple3 (Vector3 const &v0, Vector3 const &v1, Vector3 const &v2) | |
Initializing constructor. More... | |
Stores the positions of a triangle's three vertices locally, and provides access to them.
Definition at line 44 of file Triangle3.hpp.
Default constructor.
Definition at line 48 of file Triangle3.hpp.
TriangleLocalVertexTriple3 | ( | Vector3 const & | v0, |
Vector3 const & | v1, | ||
Vector3 const & | v2 | ||
) |
Initializing constructor.
Definition at line 51 of file Triangle3.hpp.
Vector3 const& getVertex | ( | int | i | ) | const |
Get the i'th vertex.
Definition at line 59 of file Triangle3.hpp.