|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Triangle | |
|---|---|
| com.threerings.math | Model and animation configurations. |
| Uses of Triangle in com.threerings.math |
|---|
| Fields in com.threerings.math with type parameters of type Triangle | |
|---|---|
static Comparator<Triangle> |
Triangle.X_COMPARATOR
Compares triangles based on the x coordinates of their centers. |
static Comparator<Triangle> |
Triangle.Y_COMPARATOR
Compares triangles based on the y coordinates of their centers. |
static Comparator<Triangle> |
Triangle.Z_COMPARATOR
Compares triangles based on the z coordinates of their centers. |
| Methods in com.threerings.math that return Triangle | |
|---|---|
Triangle |
Triangle.flipLocal()
Flips the orientation of the triangle by swapping the second and third vertices. |
Triangle |
Triangle.set(Triangle other)
Sets the vertices of the triangle to those of the specified other triangle. |
Triangle |
Triangle.set(Vector3f v1,
Vector3f v2,
Vector3f v3)
Sets the vertices of the triangle to those contained in the supplied objects. |
| Methods in com.threerings.math with parameters of type Triangle | |
|---|---|
Triangle |
Triangle.set(Triangle other)
Sets the vertices of the triangle to those of the specified other triangle. |
| Constructors in com.threerings.math with parameters of type Triangle | |
|---|---|
Triangle(Triangle other)
Copy constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||