Class Index | File Index

Classes


Class JSC3D.Math3D

Math3D This class provides some utility methods for 3D mathematics.
Defined in: jsc3d.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
JSC3D.Math3D.transformVectors(mat, vecs, xfvecs)
Transform vectors using the given matrix.
<static>  
JSC3D.Math3D.transformVectorZs(mat, vecs, xfveczs)
Transform vectors' z components using the given matrix.
Class Detail
JSC3D.Math3D()
Method Detail
<static> JSC3D.Math3D.transformVectors(mat, vecs, xfvecs)
Transform vectors using the given matrix.
Parameters:
{JSC3D.Matrix3x4} mat
the transformation matrix.
{Array} vecs
a batch of vectors to be transform.
{Array} xfvecs
holds the transformed vetors.

<static> JSC3D.Math3D.transformVectorZs(mat, vecs, xfveczs)
Transform vectors' z components using the given matrix.
Parameters:
{JSC3D.Matrix3x4} mat
the transformation matrix.
{Array} vecs
a batch of vectors to be transform.
{Array} xfveczs
holds the transformed z components of the input vectors.

Documentation generated by JsDoc Toolkit 2.1.0 on Sat Oct 13 2012 19:21:53 GMT+0800 (CST)