|
Horizon
|
Public Member Functions | |
| Vertex (float ix, float iy, float iz) | |
| bool | operator== (const Vertex &other) const |
| bool | operator< (const Vertex &other) const |
| auto & | operator+= (const Vertex &other) |
| auto & | operator/= (float other) |
Public Attributes | |
| float | x |
| float | y |
| float | z |