# 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 75 of file tessellation.h.


Constructor & Destructor Documentation

NL3D::CParamCoord::CParamCoord ( ) [inline]
 

Definition at line 81 of file tessellation.h.

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

Definition at line 82 of file tessellation.h.

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

Definition at line 84 of file tessellation.h.


Member Function Documentation

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

Definition at line 90 of file tessellation.h.

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

Definition at line 91 of file tessellation.h.

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

Definition at line 95 of file tessellation.h.

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

Definition at line 93 of file tessellation.h.


Member Data Documentation

uint16 NL3D::CParamCoord::S
 

Definition at line 78 of file tessellation.h.

uint16 NL3D::CParamCoord::T
 

Definition at line 78 of file tessellation.h.


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