![]() |
Gorgon Game Engine
|
Public Member Functions | |
QuadVertices () | |
QuadVertices (Geometry::Point3D p1, Geometry::Point3D p2, Geometry::Point3D p3, Geometry::Point3D p4) | |
Geometry::Point3D & | operator[] (int ind) |
const Geometry::Point3D & | operator[] (int ind) const |
Public Attributes | |
union { | |
float Data [12] | |
Geometry::Point3D Vertices [4] | |
}; | |
QuadVertices | ( | ) |
QuadVertices | ( | Geometry::Point3D | p1, |
Geometry::Point3D | p2, | ||
Geometry::Point3D | p3, | ||
Geometry::Point3D | p4 | ||
) |
References QuadVertices::Vertices.
Geometry::Point3D& operator[] | ( | int | ind | ) |
References QuadVertices::Vertices.
const Geometry::Point3D& operator[] | ( | int | ind | ) | const |
References QuadVertices::Vertices.
union { ... } |
float Data[12] |
Geometry::Point3D Vertices[4] |