PatchCoord Struct Reference

Coordinates set on a patch table. More...

#include <types.h>

Public Member Functions

 PatchCoord (Far::PatchTable::PatchHandle handle, float s, float t)
 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 40 of file types.h.

Constructor & Destructor Documentation

PatchCoord ( Far::PatchTable::PatchHandle  handle,
float  s,
float  t 
)
inline

Constructor.

Parameters
handlepatch handle
sparametric location on the patch
tparametric location on the patch

Definition at line 51 of file types.h.

PatchCoord ( )
inline

Definition at line 54 of file types.h.

Member Data Documentation

patch handle

Definition at line 60 of file types.h.

float s

Definition at line 61 of file types.h.

float t

parametric location on patch

Definition at line 61 of file types.h.


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