Package | com.transmote.flar.utils.geom |
Class | public class SandyGeomUtils |
Inheritance | SandyGeomUtils Object |
Method | Defined By | ||
---|---|---|---|
SandyGeomUtils | |||
convertMatrixToSandyMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix4 [static]
Convert a native flash Matrix3D to a Sandy3D matrix. | SandyGeomUtils |
SandyGeomUtils | () | Constructor |
public function SandyGeomUtils()
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).
|
Matrix4 — Sandy3D Matrix4 generated from the Matrix3D.
|