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::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. More...
 

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