Packagecom.transmote.flar.utils.geom
Classpublic class SandyGeomUtils
InheritanceSandyGeomUtils Inheritance Object



Public Methods
 MethodDefined By
  
SandyGeomUtils
  
convertMatrixToSandyMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix4
[static] Convert a native flash Matrix3D to a Sandy3D matrix.
SandyGeomUtils
Constructor Detail
SandyGeomUtils()Constructor
public function SandyGeomUtils()



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

Convert a native flash Matrix3D to a Sandy3D matrix. Matrix conversion courtesy of Makc.

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
Matrix4 — Sandy3D Matrix4 generated from the Matrix3D.