|
| void | AddTriangle (List< int > triList) |
| |
| bool | HasVertex (int v) |
| |
| void | ReplaceEdge (Tri oldTri, Tri newTri) |
| |
| void | SetEdges (Tri ab, Tri bc, Tri ca) |
| |
| void | SetVerts (int a, int b, int c) |
| |
| | Tri () |
| |
| | Tri (int a, int b, int c) |
| |
| | Tri (int a, int b, int c, Tri ab, Tri bc, Tri ca) |
| |
| PQSMeshPlanet.Tri.Tri |
( |
| ) |
|
|
inline |
| PQSMeshPlanet.Tri.Tri |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
inline |
| PQSMeshPlanet.Tri.Tri |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
Tri |
ab, |
|
|
Tri |
bc, |
|
|
Tri |
ca |
|
) |
| |
|
inline |
| void PQSMeshPlanet.Tri.AddTriangle |
( |
List< int > |
triList | ) |
|
|
inline |
| bool PQSMeshPlanet.Tri.HasVertex |
( |
int |
v | ) |
|
|
inline |
| void PQSMeshPlanet.Tri.ReplaceEdge |
( |
Tri |
oldTri, |
|
|
Tri |
newTri |
|
) |
| |
|
inline |
| void PQSMeshPlanet.Tri.SetEdges |
( |
Tri |
ab, |
|
|
Tri |
bc, |
|
|
Tri |
ca |
|
) |
| |
|
inline |
| void PQSMeshPlanet.Tri.SetVerts |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
inline |
| Tri PQSMeshPlanet.Tri.dab |
| Tri PQSMeshPlanet.Tri.dca |
| Vector3 PQSMeshPlanet.Tri.midPoint |
| double PQSMeshPlanet.Tri.offset |
| Tri PQSMeshPlanet.Tri.parentTri |
| int PQSMeshPlanet.Tri.subdivision |
The documentation for this class was generated from the following file: