Hugintrunk
0.1
|
a class to handle a 3D point More...
#include <MeshManager.h>
Public Member Functions | |
Coord3D () | |
Coord3D (hugin_utils::FDiff2D &coord) | |
Public Attributes | |
double | x |
double | y |
double | z |
a class to handle a 3D point
Definition at line 93 of file MeshManager.h.
|
inline |
Definition at line 96 of file MeshManager.h.
|
inlineexplicit |
Definition at line 97 of file MeshManager.h.
References x, hugin_utils::TDiff2D< T >::x, y, hugin_utils::TDiff2D< T >::y, and z.
double MeshManager::MeshInfo::Coord3D::x |
Definition at line 98 of file MeshManager.h.
Referenced by Coord3D(), GreatCircleArc::LineSegment::doGL(), GreatCircleArc::LineSegment::doGLcross(), OverviewOutlinesTool::DrawRect(), MeshManager::PanosphereOverviewMeshInfo::GetCoord3D(), and MeshManager::PlaneOverviewMeshInfo::GetCoord3D().
double MeshManager::MeshInfo::Coord3D::y |
Definition at line 98 of file MeshManager.h.
Referenced by Coord3D(), GreatCircleArc::LineSegment::doGL(), GreatCircleArc::LineSegment::doGLcross(), OverviewOutlinesTool::DrawRect(), MeshManager::PanosphereOverviewMeshInfo::GetCoord3D(), and MeshManager::PlaneOverviewMeshInfo::GetCoord3D().
double MeshManager::MeshInfo::Coord3D::z |
Definition at line 98 of file MeshManager.h.
Referenced by Coord3D(), GreatCircleArc::LineSegment::doGL(), GreatCircleArc::LineSegment::doGLcross(), OverviewOutlinesTool::DrawRect(), MeshManager::PanosphereOverviewMeshInfo::GetCoord3D(), and MeshManager::PlaneOverviewMeshInfo::GetCoord3D().