| Method | Defined 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 | ||
| PVGeomUtils | () | Constructor |
public function PVGeomUtils()| convertMatrixToPVMatrix | () | method |
public static function convertMatrixToPVMatrix(mat:Matrix3D, bMirror:Boolean = true):Matrix3DConvert 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).
|
Matrix3D — Papervision Matrix3D generated from the Matrix3D.
|
| dumpPVMatrix3D | () | method |
public static function dumpPVMatrix3D(m:Matrix3D, sd:int = 4):StringParameters
m:Matrix3D | |
sd:int (default = 4) |
String |