VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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. More...
 

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 Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)