OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
PrimMesher.ViewerFace Struct Reference
Collaboration diagram for PrimMesher.ViewerFace:
Collaboration graph
[legend]

Public Member Functions

 ViewerFace (int primFaceNumber)
 
void Scale (float x, float y, float z)
 
void AddPos (float x, float y, float z)
 
void AddRot (Quat q)
 
void CalcSurfaceNormal ()
 

Public Attributes

int primFaceNumber
 
Coord v1
 
Coord v2
 
Coord v3
 
int coordIndex1
 
int coordIndex2
 
int coordIndex3
 
Coord n1
 
Coord n2
 
Coord n3
 
UVCoord uv1
 
UVCoord uv2
 
UVCoord uv3
 

Detailed Description

Definition at line 315 of file PrimMesher.cs.

Constructor & Destructor Documentation

PrimMesher.ViewerFace.ViewerFace ( int  primFaceNumber)
inline

Definition at line 335 of file PrimMesher.cs.

Member Function Documentation

void PrimMesher.ViewerFace.AddPos ( float  x,
float  y,
float  z 
)
inline

Definition at line 369 of file PrimMesher.cs.

void PrimMesher.ViewerFace.AddRot ( Quat  q)
inline

Definition at line 384 of file PrimMesher.cs.

void PrimMesher.ViewerFace.CalcSurfaceNormal ( )
inline

Definition at line 395 of file PrimMesher.cs.

void PrimMesher.ViewerFace.Scale ( float  x,
float  y,
float  z 
)
inline

Definition at line 354 of file PrimMesher.cs.

Member Data Documentation

int PrimMesher.ViewerFace.coordIndex1

Definition at line 323 of file PrimMesher.cs.

int PrimMesher.ViewerFace.coordIndex2

Definition at line 324 of file PrimMesher.cs.

int PrimMesher.ViewerFace.coordIndex3

Definition at line 325 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.n1

Definition at line 327 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.n2

Definition at line 328 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.n3

Definition at line 329 of file PrimMesher.cs.

int PrimMesher.ViewerFace.primFaceNumber

Definition at line 317 of file PrimMesher.cs.

UVCoord PrimMesher.ViewerFace.uv1

Definition at line 331 of file PrimMesher.cs.

UVCoord PrimMesher.ViewerFace.uv2

Definition at line 332 of file PrimMesher.cs.

UVCoord PrimMesher.ViewerFace.uv3

Definition at line 333 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.v1

Definition at line 319 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.v2

Definition at line 320 of file PrimMesher.cs.

Coord PrimMesher.ViewerFace.v3

Definition at line 321 of file PrimMesher.cs.


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