public function FLARAlternativaGeomUtils()
public static function convertFLARMatrixToAlternativaMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):Matrix3D
convert a FLARToolkit matrix to an Alternativa3D matrix.
Parameters
| fm:FLARDoubleMatrix34 — FLARToolkit FLARDoubleMatrix34 to convert.
|
|
| bMirror:Boolean (default = true ) — if true, this method will flip the resultant matrix horizontally (along the y-axis).
|
Returns
| Matrix3D — Alternativa Matrix3D generated from the FLARToolkit matrix.
|
By Eric Socolofsky, http://transmote.com. Released under the GNU GPL (http://www.gnu.org/copyleft/gpl.html).