|
Summary
Class used to hold and manipulate a triangle within Aztec.
|
Methods
The table below summarizes the methods of AztecTriangle
Method | Description |
set(i0, i1, i2) | Set the corners of the triangle to those vertices at the given
indices in the array of vertices.
|
|
Properties
The table below summarizes the properties of AztecTriangle
Property | Description |
i0 | Index of vertex 0
|
i1 | Index of vertex 1
|
i2 | Index of vertex 1
|
center | AztecVector giving the center location of the triangle.
|
centre | AztecVector giving the center location of the triangle.
|
normal | Normal to the triangle
|
|
Description
Class providing a reflection of the internal MTriangle class into
JavaScript.
|
Example
How to use...
TBD
|
See Also
|