#include <Triangle.h>
Public Member Functions | |
Vertex () | |
Vertex (float ix, float iy, float iz) | |
Vertex (float coords[3]) | |
Public Attributes | |
float | x |
x-axe of vertex | |
float | y |
y-axe of vertex | |
float | z |
z-axe of vertex |
Definition at line 20 of file Triangle.h.
Vertex::Vertex | ( | ) | [inline] |
Vertex::Vertex | ( | float | ix, | |
float | iy, | |||
float | iz | |||
) | [inline] |
ix | x-axe of vertex | |
iy | y-axe of vertex | |
iz | z-axe of vertex |
Definition at line 35 of file Triangle.h.
Vertex::Vertex | ( | float | coords[3] | ) | [inline] |
float Vertex::x |
x-axe of vertex
Definition at line 21 of file Triangle.h.
Referenced by Triangle::centerOf(), TriangleSet::centre(), TriangleSet::distance(), and operator<<().
float Vertex::y |
y-axe of vertex
Definition at line 22 of file Triangle.h.
Referenced by Triangle::centerOf(), TriangleSet::centre(), TriangleSet::distance(), and operator<<().
float Vertex::z |
z-axe of vertex
Definition at line 23 of file Triangle.h.
Referenced by Triangle::centerOf(), TriangleSet::centre(), TriangleSet::distance(), and operator<<().