OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
PrimMesher.Face Struct Reference

Public Member Functions

 Face (int v1, int v2, int v3)
 
 Face (int v1, int v2, int v3, int n1, int n2, int n3)
 
Coord SurfaceNormal (List< Coord > coordList)
 
 Face (int v1, int v2, int v3)
 
Coord SurfaceNormal (List< Coord > coordList)
 

Public Attributes

int primFace
 
int v1
 
int v2
 
int v3
 
int n1
 
int n2
 
int n3
 
int uv1
 
int uv2
 
int uv3
 

Detailed Description

Definition at line 248 of file PrimMesher.cs.

Constructor & Destructor Documentation

PrimMesher.Face.Face ( int  v1,
int  v2,
int  v3 
)
inline

Definition at line 267 of file PrimMesher.cs.

PrimMesher.Face.Face ( int  v1,
int  v2,
int  v3,
int  n1,
int  n2,
int  n3 
)
inline

Definition at line 285 of file PrimMesher.cs.

PrimMesher.Face.Face ( int  v1,
int  v2,
int  v3 
)
inline

Definition at line 237 of file PrimMesher.cs.

Member Function Documentation

Coord PrimMesher.Face.SurfaceNormal ( List< Coord coordList)
inline

Definition at line 246 of file PrimMesher.cs.

Coord PrimMesher.Face.SurfaceNormal ( List< Coord coordList)
inline

Definition at line 302 of file PrimMesher.cs.

Member Data Documentation

int PrimMesher.Face.n1

Definition at line 258 of file PrimMesher.cs.

int PrimMesher.Face.n2

Definition at line 259 of file PrimMesher.cs.

int PrimMesher.Face.n3

Definition at line 260 of file PrimMesher.cs.

int PrimMesher.Face.primFace

Definition at line 250 of file PrimMesher.cs.

int PrimMesher.Face.uv1

Definition at line 263 of file PrimMesher.cs.

int PrimMesher.Face.uv2

Definition at line 264 of file PrimMesher.cs.

int PrimMesher.Face.uv3

Definition at line 265 of file PrimMesher.cs.

int PrimMesher.Face.v1

Definition at line 253 of file PrimMesher.cs.

int PrimMesher.Face.v2

Definition at line 254 of file PrimMesher.cs.

int PrimMesher.Face.v3

Definition at line 255 of file PrimMesher.cs.


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