Skyscraper 2.0
|
#include <triangle.h>
Public Member Functions | |
Triangle (unsigned int a, unsigned int b, unsigned int c) | |
Triangle () | |
bool | operator== (const Triangle &other) const |
bool | operator!= (const Triangle &other) const |
Triangle & | operator+= (const Triangle &other) |
Triangle & | operator+= (const unsigned int value) |
Triangle & | operator-= (const Triangle &other) |
Triangle & | operator-= (const unsigned int value) |
Triangle & | operator= (const Triangle &other) |
Triangle | operator+ (const Triangle &other) const |
Triangle | operator+ (const unsigned int value) const |
Triangle | operator- (const Triangle &other) const |
Triangle | operator- (const unsigned int value) const |
Public Attributes | |
unsigned int | a |
unsigned int | b |
unsigned int | c |
Definition at line 31 of file triangle.h.
|
inline |
Definition at line 35 of file triangle.h.
|
inline |
Definition at line 42 of file triangle.h.
Referenced by operator+(), operator+(), operator-(), and operator-().
|
inline |
Definition at line 54 of file triangle.h.
Definition at line 99 of file triangle.h.
References a, b, c, and Triangle().
|
inline |
Definition at line 104 of file triangle.h.
References a, b, c, and Triangle().
Definition at line 59 of file triangle.h.
|
inline |
Definition at line 67 of file triangle.h.
Definition at line 109 of file triangle.h.
References a, b, c, and Triangle().
|
inline |
Definition at line 114 of file triangle.h.
References a, b, c, and Triangle().
Definition at line 75 of file triangle.h.
|
inline |
Definition at line 83 of file triangle.h.
Definition at line 91 of file triangle.h.
|
inline |
Definition at line 49 of file triangle.h.
unsigned int SBS::Triangle::a |
Definition at line 33 of file triangle.h.
Referenced by SBS::MeshObject::CreateCollider(), SBS::MeshObject::HitBeam(), operator+(), operator+(), operator+=(), operator+=(), operator-(), operator-(), operator-=(), operator-=(), operator=(), operator==(), SBS::DynamicMesh::Mesh::Prepare(), and Triangle().
unsigned int SBS::Triangle::b |
Definition at line 33 of file triangle.h.
Referenced by SBS::MeshObject::CreateCollider(), SBS::MeshObject::HitBeam(), operator+(), operator+(), operator+=(), operator+=(), operator-(), operator-(), operator-=(), operator-=(), operator=(), operator==(), SBS::DynamicMesh::Mesh::Prepare(), and Triangle().
unsigned int SBS::Triangle::c |
Definition at line 33 of file triangle.h.
Referenced by SBS::MeshObject::CreateCollider(), SBS::MeshObject::HitBeam(), operator+(), operator+(), operator+=(), operator+=(), operator-(), operator-(), operator-=(), operator-=(), operator=(), operator==(), SBS::DynamicMesh::Mesh::Prepare(), and Triangle().