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::DtSphericalTriangle< T > Class Template Reference

Structure to hold triangles in spherical coordinates while building the geometry. More...

Public Member Functions

 DtSphericalTriangle (DtSphericalVertex< T > v1, DtSphericalVertex< T > v2, DtSphericalVertex< T > v3)
 CTOR Instantiates a new Triangle using the given vertices.

Public Attributes

DtSphericalVertex< T > myV1
DtSphericalVertex< T > myV2
DtSphericalVertex< T > myV3

Detailed Description

template<class T>
class makVrv::DtSphericalTriangle< T >

Structure to hold triangles in spherical coordinates while building the geometry.

Constructor & Destructor Documentation

template<class T >
makVrv::DtSphericalTriangle< T >::DtSphericalTriangle ( DtSphericalVertex< T >  v1,
DtSphericalVertex< T >  v2,
DtSphericalVertex< T >  v3 
)

CTOR Instantiates a new Triangle using the given vertices.

Parameters
v1the first vertex
v2the second vertex
v3the third vertex

Member Data Documentation

template<class T >
DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV1
template<class T >
DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV2
template<class T >
DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV3

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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)