TransformBuilder

TransformBuilder — Aspose.3D FOSS .NET API Reference

TransformBuilder — TransformBuilder class..

Package: Aspose.ThreeD


Properties

PropertyTypeDescription
MatrixMatrix4
ComposeOrderComposeOrder

Methods

MethodReturnsDescription
Compose(Matrix4 m)``
Append(Matrix4 m)``
Prepend(Matrix4 m)``
Rearrange(Axis newX, Axis newY, Axis newZ)``
Scale(double s)``
Scale(…) [overload 2]``
Scale(…) [overload 3]``
RotateDegree(double angle, Vector3 axis)``
RotateRadian(double angle, Vector3 axis)``
Rotate(Quaternion q)``
RotateEulerDegree(double degX, double degY, double degZ)``
RotateEulerRadian(double x, double y, double z)``
RotateEulerRadian(…) [overload 2]``
Translate(double tx, double ty, double tz)``
Translate(…) [overload 2]``
Reset()``
RotateDegree(…) [overload 2]``
RotateRadian(…) [overload 2]``

See Also