Represents a Transformation for an Group.
The Transform3D is applied to each Object3D into a Group.
public function setModified(b:Boolean):VoidSet the transformation as modified or not. Very usefull for the cache transformation system.
b | Boolean True value means the transformation has been modified, and false the opposite. |
public function isModified(Void):BooleanAllows you to know if the transformation has been modified.
Void |
Boolean True if the transformation has been modified, false otherwise.
public function getType(Void):TransformTypeGet the type of the Transform3D.
The type of the transformation.
public function getMatrix(Void):Matrix4Get the matrix of the transformation
Matrix4 The matrix