Uses of Class
com.aspose.threed.Transform
-
-
Uses of Transform in com.aspose.threed
Methods in com.aspose.threed that return Transform Modifier and Type Method Description Transform
Node. getTransform()
Gets the local transform.Transform
Transform. setEulerAngles(double rx, double ry, double rz)
Sets the euler angles in degrees of current transform.Transform
Transform. setRotation(double rw, double rx, double ry, double rz)
Sets the rotation(as quaternion components) of current transform.Transform
Transform. setScale(double sx, double sy, double sz)
Sets the scale of current transform.Transform
Transform. setTranslation(double tx, double ty, double tz)
Sets the translation of current transform.
-