Hugintrunk
0.1
|
A class for exchanging pointers to coordinates. More...
#include <MeshRemapper.h>
Public Attributes | |
double(* | tex_c )[2][2] |
The coordinate in the source image ranging from 0 to 1. More... | |
double(* | vertex_c )[2][2] |
The coordinate in the panorama, in its pixel space. More... | |
A class for exchanging pointers to coordinates.
Definition at line 60 of file MeshRemapper.h.
double(* MeshRemapper::Coords::tex_c)[2][2] |
The coordinate in the source image ranging from 0 to 1.
Definition at line 64 of file MeshRemapper.h.
Referenced by A_Polygon::A_Polygon(), MeshRemapper::ClipFace(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D(), LayoutRemapper::GetNextFaceCoordinates(), TexCoordRemapper::GetNextFaceCoordinates(), VertexCoordRemapper::GetNextFaceCoordinates(), MeshRemapper::GiveClipFaceResult(), and MeshManager::MeshInfo::MeshCoords3D::MeshCoords3D().
double(* MeshRemapper::Coords::vertex_c)[2][2] |
The coordinate in the panorama, in its pixel space.
Definition at line 66 of file MeshRemapper.h.
Referenced by A_Polygon::A_Polygon(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D(), LayoutRemapper::GetNextFaceCoordinates(), TexCoordRemapper::GetNextFaceCoordinates(), VertexCoordRemapper::GetNextFaceCoordinates(), MeshRemapper::GiveClipFaceResult(), and MeshManager::MeshInfo::MeshCoords3D::MeshCoords3D().