Aztec Script Reference

AztecTriangle Class

Summary

Class used to hold and manipulate a triangle within Aztec.

Methods

     The table below summarizes the methods of AztecTriangle
MethodDescription
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
PropertyDescription
i0Index of vertex 0
i1Index of vertex 1
i2Index of vertex 1
centerAztecVector giving the center location of the triangle.
centreAztecVector giving the center location of the triangle.
normalNormal to the triangle

Description

Class providing a reflection of the internal MTriangle class into JavaScript.

Example

How to use...
     TBD

See Also

Groups [ Class ]
Documents [ LXR ID Search ]
Entries [ AztecMesh | AztecVector3 | AztecVertex ]

This page was generated by APIDOC