Packagecom.transmote.flar.utils.geom
Classpublic class FLARAlternativaGeomUtils



Public Methods
 MethodDefined by
  
FLARAlternativaGeomUtils
  
convertFLARMatrixToAlternativaMatrix(fm:FLARDoubleMatrix34, bMirror:Boolean = true):Matrix3D
[static] convert a FLARToolkit matrix to an Alternativa3D matrix.
FLARAlternativaGeomUtils
Constructor detail
FLARAlternativaGeomUtils()constructor
public function FLARAlternativaGeomUtils()
Method detail
convertFLARMatrixToAlternativaMatrix()method
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.