Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MeshManager::MeshInfo::MeshCoords3D Class Reference

a class to keep data of a single rectangle with texture coordinates More...

#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]
 

Detailed Description

a class to keep data of a single rectangle with texture coordinates

Definition at line 104 of file MeshManager.h.

Constructor & Destructor Documentation

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 186 of file MeshManager.cpp.

References MeshRemapper::Coords::tex_c, and MeshRemapper::Coords::vertex_c.

Member Data Documentation

double MeshManager::MeshInfo::MeshCoords3D::tex_coords[2][2][2]
double MeshManager::MeshInfo::MeshCoords3D::vertex_coords[2][2][3]

The documentation for this class was generated from the following files: