#include <UVWMapper.h>

Public Member Functions |
|
| DllExport | UVWMapper () |
| DllExport | UVWMapper (int type, const Matrix3 &tm, int cap=FALSE, float utile=1.0f, float vtile=1.0f, float wtile=1.0f, int uflip=FALSE, int vflip=FALSE, int wflip=FALSE) |
| DllExport | UVWMapper (UVWMapper &m) |
| DllExport UVVert | MapPoint (Point3 p, const Point3 &norm, int *nan=NULL) |
| DllExport UVVert | TileFlip (UVVert uvw) |
| DllExport int | MainAxis (const Point3 &n) |
| bool | NormalMatters () |
Public Attributes |
|
| int | type |
| int | cap |
| float | utile |
| float | vtile |
| float | wtile |
| int | uflip |
| int | vflip |
| int | wflip |
| Matrix3 | tm |
| DllExport UVWMapper | ( | ) |
| DllExport UVWMapper | ( | int | type, |
| const Matrix3 & | tm, | ||
| int | cap = FALSE, |
||
| float | utile = 1.0f, |
||
| float | vtile = 1.0f, |
||
| float | wtile = 1.0f, |
||
| int | uflip = FALSE, |
||
| int | vflip = FALSE, |
||
| int | wflip =
FALSE |
||
| ) |
| DllExport int MainAxis | ( | const Point3 & | n | ) |
| bool NormalMatters | ( | ) | [inline] |