Josh's Graphics Library
JGL::VertexArray Member List

This is the complete list of members for JGL::VertexArray, including all inherited members.

CreateMEOBB()JGL::VertexArrayprotectedvirtual
CreateMESphere()JGL::VertexArrayprotectedvirtual
GetIndices() constJGL::VertexArray
GetLocalIndices() constJGL::VertexArray
GetLocalNormals() constJGL::VertexArray
GetLocalTextureCoordinates() constJGL::VertexArray
GetLocalVertices() constJGL::VertexArray
GetMEAABB(const Matrix3x3 &rotation_matrix, const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) constJGL::VertexArray
GetMEAABB(const Matrix4x4 &instance_matrix, bool translate=false) constJGL::VertexArray
GetMEOBB(const Matrix3x3 &rotation_matrix, const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) constJGL::VertexArray
GetMEOBB(const Matrix4x4 &instance_matrix, bool translate=false) constJGL::VertexArray
GetMESphere(const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) constJGL::VertexArray
GetMESphere(const Matrix4x4 &instance_matrix, bool translate=false) constJGL::VertexArray
GetNormals() constJGL::VertexArray
GetTextureCoordinates() constJGL::VertexArray
GetVertices() constJGL::VertexArray
indicesJGL::VertexArrayprotected
local_indicesJGL::VertexArrayprotected
local_normalsJGL::VertexArrayprotected
local_texture_coordinatesJGL::VertexArrayprotected
local_verticesJGL::VertexArrayprotected
normalsJGL::VertexArrayprotected
texture_coordinatesJGL::VertexArrayprotected
VertexArray(const Vector3 *vertex_positions, const long &vp_length, const unsigned int *vertex_indices=nullptr, const long &vi_length=0, const Normal *vertex_normals=nullptr, const long &vn_length=0, const TextureCoordinate *texture_coordinates=nullptr, const long &vt_length=0)JGL::VertexArray
verticesJGL::VertexArrayprotected