Josh's Graphics Library
|
This is the complete list of members for JGL::VertexArray, including all inherited members.
CreateMEOBB() | JGL::VertexArray | protectedvirtual |
CreateMESphere() | JGL::VertexArray | protectedvirtual |
GetIndices() const | JGL::VertexArray | |
GetLocalIndices() const | JGL::VertexArray | |
GetLocalNormals() const | JGL::VertexArray | |
GetLocalTextureCoordinates() const | JGL::VertexArray | |
GetLocalVertices() const | JGL::VertexArray | |
GetMEAABB(const Matrix3x3 &rotation_matrix, const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) const | JGL::VertexArray | |
GetMEAABB(const Matrix4x4 &instance_matrix, bool translate=false) const | JGL::VertexArray | |
GetMEOBB(const Matrix3x3 &rotation_matrix, const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) const | JGL::VertexArray | |
GetMEOBB(const Matrix4x4 &instance_matrix, bool translate=false) const | JGL::VertexArray | |
GetMESphere(const Vector3 &scale=Vector3::One, const Vector3 &translate_part=Vector3::Zero) const | JGL::VertexArray | |
GetMESphere(const Matrix4x4 &instance_matrix, bool translate=false) const | JGL::VertexArray | |
GetNormals() const | JGL::VertexArray | |
GetTextureCoordinates() const | JGL::VertexArray | |
GetVertices() const | JGL::VertexArray | |
indices | JGL::VertexArray | protected |
local_indices | JGL::VertexArray | protected |
local_normals | JGL::VertexArray | protected |
local_texture_coordinates | JGL::VertexArray | protected |
local_vertices | JGL::VertexArray | protected |
normals | JGL::VertexArray | protected |
texture_coordinates | JGL::VertexArray | protected |
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 | |
vertices | JGL::VertexArray | protected |