public function FLARAwayGeomUtils()
public static function convertFLARMatrixToAwayMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):MatrixAway3D
convert a FLARToolkit matrix to an Away3D 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
| MatrixAway3D — Away3D MatrixAway3D generated from the FLARToolkit matrix.
|
By Eric Socolofsky, http://transmote.com. Released under the GNU GPL (http://www.gnu.org/copyleft/gpl.html).