All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
PatchCoord Struct Reference

Coordinates set on a patch table. More...

#include <types.h>

Public Member Functions

 PatchCoord (Far::PatchTable::PatchHandle handleArg, float sArg, float tArg)
 Constructor. More...
 
 PatchCoord ()
 

Public Attributes

Far::PatchTable::PatchHandle handle
 patch handle More...
 
float s
 
float t
 parametric location on patch More...
 

Detailed Description

Coordinates set on a patch table.

XXX: this class may be moved into Far

Definition at line 42 of file types.h.

Constructor & Destructor Documentation

PatchCoord ( Far::PatchTable::PatchHandle  handleArg,
float  sArg,
float  tArg 
)
inline

Constructor.

Parameters
handleArgpatch handle
sArgparametric location on the patch
tArgparametric location on the patch

Definition at line 53 of file types.h.

PatchCoord ( )
inline

Definition at line 56 of file types.h.

Member Data Documentation

patch handle

Definition at line 62 of file types.h.

float s

Definition at line 63 of file types.h.

float t

parametric location on patch

Definition at line 63 of file types.h.


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