#include <MeshManager.h>
Public Member Functions | |
MeshCoords3D () | |
MeshCoords3D (const MeshRemapper::Coords &coords) | |
Public Attributes | |
double | tex_coords [2][2][2] |
double | vertex_coords [2][2][3] |
Definition at line 104 of file MeshManager.h.
MeshManager::MeshInfo::MeshCoords3D::MeshCoords3D | ( | ) | [inline] |
Definition at line 106 of file MeshManager.h.
MeshManager::MeshInfo::MeshCoords3D::MeshCoords3D | ( | const MeshRemapper::Coords & | coords | ) | [explicit] |
Definition at line 181 of file MeshManager.cpp.
References MeshRemapper::Coords::tex_c, tex_coords, MeshRemapper::Coords::vertex_c, and vertex_coords.
double MeshManager::MeshInfo::MeshCoords3D::tex_coords[2][2][2] |
double MeshManager::MeshInfo::MeshCoords3D::vertex_coords[2][2][3] |