|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CParamCoord Class ReferenceThe parametric coordinates of the patch.
More...
#include <tessellation.h>
List of all members.
Detailed Description
The parametric coordinates of the patch.
0x0000<=>0.0f. 0x8000<=> 1.0f.
Definition at line 75 of file tessellation.h.
Constructor & Destructor Documentation
NL3D::CParamCoord::CParamCoord (
|
) [inline]
|
|
NL3D::CParamCoord::CParamCoord (
|
uint16 s,
|
|
uint16 t ) [inline]
|
|
NL3D::CParamCoord::CParamCoord (
|
CParamCoord a,
|
|
CParamCoord b ) [inline]
|
|
Member Function Documentation
float NL3D::CParamCoord::getS (
|
) const [inline]
|
|
float NL3D::CParamCoord::getT (
|
) const [inline]
|
|
bool NL3D::CParamCoord::onBorder (
|
) const [inline]
|
|
void NL3D::CParamCoord::setST (
|
float s,
|
|
float t ) [inline]
|
|
Member Data Documentation
The documentation for this class was generated from the following file:
|
|