# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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 Reference

The parametric coordinates of the patch. More...

#include <tessellation.h>

List of all members.

Public Methods

 CParamCoord ()
 CParamCoord (uint16 s, uint16 t)
 CParamCoord (CParamCoord a, CParamCoord b)
float getS () const
float getT () const
void setST (float s, float t)
bool onBorder () const

Public Attributes

uint16 S
uint16 T


Detailed Description

The parametric coordinates of the patch.

0x0000<=>0.0f. 0x8000<=> 1.0f.

Definition at line 64 of file tessellation.h.


Constructor & Destructor Documentation

NL3D::CParamCoord::CParamCoord   [inline]
 

Definition at line 70 of file tessellation.h.

Referenced by CParamCoord.

NL3D::CParamCoord::CParamCoord uint16    s,
uint16    t
[inline]
 

Definition at line 71 of file tessellation.h.

References S, s, T, and t.

NL3D::CParamCoord::CParamCoord CParamCoord    a,
CParamCoord    b
[inline]
 

Definition at line 73 of file tessellation.h.

References CParamCoord, S, and T.


Member Function Documentation

float NL3D::CParamCoord::getS   const [inline]
 

Definition at line 79 of file tessellation.h.

References NL3D::OO32768, and S.

float NL3D::CParamCoord::getT   const [inline]
 

Definition at line 80 of file tessellation.h.

References NL3D::OO32768, and T.

bool NL3D::CParamCoord::onBorder   const [inline]
 

Definition at line 84 of file tessellation.h.

References S, and T.

void NL3D::CParamCoord::setST float    s,
float    t
[inline]
 

Definition at line 82 of file tessellation.h.

References S, s, T, and t.


Member Data Documentation

uint16 NL3D::CParamCoord::S
 

Definition at line 67 of file tessellation.h.

Referenced by CParamCoord, getS, onBorder, and setST.

uint16 NL3D::CParamCoord::T
 

Definition at line 67 of file tessellation.h.

Referenced by CParamCoord, getT, onBorder, and setST.


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