![]() |
VR-Forces 4.6.1 Class Documentation
|
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 |
Structure to hold a quad in spherical coordinates during geometry construction.
| 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.
| topLeft | the topLeft vertex |
| topRight | the topRight vertex |
| bottomLeft | the bottomLeft vertex |
| bottomRight | the bottomRight vertex |
| DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myTopLeft |
| DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myTopRight |
| DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myBottomLeft |
| DtSphericalVertex<T> makVrv::DtSphericalQuad< T >::myBottomRight |