![]() |
VR-Forces 4.5 Class Documentation
|
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 |
Structure to hold triangles in spherical coordinates while building the geometry.
| makVrv::DtSphericalTriangle< T >::DtSphericalTriangle | ( | DtSphericalVertex< T > | v1, |
| DtSphericalVertex< T > | v2, | ||
| DtSphericalVertex< T > | v3 | ||
| ) |
CTOR Instantiates a new Triangle using the given vertices.
| v1 | the first vertex |
| v2 | the second vertex |
| v3 | the third vertex |
| DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV1 |
| DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV2 |
| DtSphericalVertex<T> makVrv::DtSphericalTriangle< T >::myV3 |