static const int numberOfSquareTriangles
Number of triangles which make up a square.
static void getTriangleRepresentation(int *numberOfCoordinates, float **coordinates)
Get coordinates of points which make up a plane. The plane is located in XZ space.
static const int numberOfPointCoordinates
Number of coordinates for a point in 3D space.
static const int numberOfPointUvCoordinates
Number of coordinates for point UVs.
Functions for manipulating matrices.
static void transform(Matrix transform, int numberOfCoordinates, float **coordinates)
Transform a plane by a matrix.
static void getTriangleRepresentationUVCoordinates(int *numberOfCoordinates, float **uvCoordinates)
Get U/V 2D texture coordinates that can be mapped onto a plane generated from this class...
static const int numberOfTrianglePoints
number of points that make up a shape of a triangle.
static void getNormals(int *numberOfCoordinates, float **normals)
Get normals for plane placed in XZ space.