Packagecom.transmote.flar.utils.geom
Classpublic class AlternativaGeomUtils
InheritanceAlternativaGeomUtils Inheritance Object



Public Methods
 MethodDefined By
  
AlternativaGeomUtils
  
convertMatrixToAlternativaMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix3D
[static] Convert a native flash Matrix3D to an Alternativa3D matrix.
AlternativaGeomUtils
Constructor Detail
AlternativaGeomUtils()Constructor
public function AlternativaGeomUtils()



Method Detail
convertMatrixToAlternativaMatrix()method
public static function convertMatrixToAlternativaMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix3D

Convert a native flash Matrix3D to an Alternativa3D matrix. Thanks to Makc for the matrix conversion.

Parameters

mat:Matrix3D — Matrix3D to convert.
 
bMirror:Boolean (default = true) — If true, this method will flip the resultant matrix horizontally (around the y-axis).

Returns
Matrix3D — Alternativa3D Matrix3D generated from the Matrix3D.