- All Superinterfaces:
Manageable
- All Known Implementing Classes:
ComponentTransform
,TMatrix4d
,TVector3d
,UniformScale
An instance of
Transform3D
represents a coordinate
transformation in 3D-space.- Author:
- Ole Kniemeyer
-
Method Summary
Methods inherited from interface de.grogra.persistence.Manageable
fieldModified, getManageableType, getStamp, manageableReadResolve, manageableWriteReplace
-
Method Details
-
transform
This methods performs a local coordinate transformation.- Parameters:
in
- the transformation matrix of the coordinate system of the parentout
- the computed transformation is placed in here. May be the same reference asin
-