Aztec Script Reference

AztecVertex Class

Summary

Three component floating point vector, with a normal and reference color.

Properties

     The table below summarizes the properties of AztecVertex
PropertyDescription
xX component of the vector.
yY component of the vector.
zZ component of the vector.
normalAztecVector3 representation of the vertex normal
feedbackColorAztecRGBAFloat representation of the color used for feedback of selections.

Description

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

Example

How to use...
js: vec.x = 42;
js: vec.z = vec.x + 2;
js: vec.x * 2
84
...

See Also

Groups [ Class ]
Documents [ LXR ID Search ]
Entries [ AztecVector3 ]

This page was generated by APIDOC