Packagecom.transmote.flar.utils.geom
Classpublic class PVGeomUtils
InheritancePVGeomUtils Inheritance Object



Public Methods
 MethodDefined By
  
PVGeomUtils
  
convertMatrixToPVMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix3D
[static] Convert a native flash Matrix3D to a Papvervision3D matrix.
PVGeomUtils
  
dumpPVMatrix3D(m:Matrix3D, sd:int = 4):String
[static]
PVGeomUtils
Constructor Detail
PVGeomUtils()Constructor
public function PVGeomUtils()



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

Convert a native flash Matrix3D to a Papvervision3D matrix.

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
Matrix3D — Papervision Matrix3D generated from the Matrix3D.
dumpPVMatrix3D()method 
public static function dumpPVMatrix3D(m:Matrix3D, sd:int = 4):String

Parameters

m:Matrix3D
 
sd:int (default = 4)

Returns
String