VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtSphericalQuad< T > Class Template Reference

Structure to hold a quad in spherical coordinates during geometry construction. More...

Public Member Functions

 DtSphericalQuad (DtSphericalVertex< T > topLeft, DtSphericalVertex< T > topRight, DtSphericalVertex< T > bottomLeft, DtSphericalVertex< T > bottomRight)
 CTOR Instantiates a new Spherical Quad with the given vertices.

Public Attributes

DtSphericalVertex< T > myTopLeft
DtSphericalVertex< T > myTopRight
DtSphericalVertex< T > myBottomLeft
DtSphericalVertex< T > myBottomRight

Detailed Description

template<class T>
class makVrv::DtSphericalQuad< T >

Structure to hold a quad in spherical coordinates during geometry construction.

Constructor & Destructor Documentation

template<class T >
makVrv::DtSphericalQuad< T >::DtSphericalQuad ( DtSphericalVertex< T >  topLeft,
DtSphericalVertex< T >  topRight,
DtSphericalVertex< T >  bottomLeft,
DtSphericalVertex< T >  bottomRight 
)

CTOR Instantiates a new Spherical Quad with the given vertices.

Parameters
topLeftthe topLeft vertex
topRightthe topRight vertex
bottomLeftthe bottomLeft vertex
bottomRightthe bottomRight vertex

Member Data Documentation

template<class T >
DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myTopLeft
template<class T >
DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myTopRight
template<class T >
DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myBottomLeft
template<class T >
DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myBottomRight

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)