GlobalTransform

Overview

GlobalTransform is a class in Aspose.3D FOSS for Typescript.

GlobalTransform.constructor creates a GlobalTransform from a Matrix4.

Properties

NameTypeAccessDescription
translationVector3ReadIs the position component as a Vector3
scaleVector3ReadIs the scaling component as a Vector3
eulerAnglesVector3ReadIs the rotation expressed as Euler angles in a Vector3
rotationQuaternionReadIs the rotation component as a Quaternion
transformMatrixMatrix4ReadIs the full 4x4 transformation matrix

Methods

SignatureDescription
constructor(matrix: Matrix4)Creates a GlobalTransform from a Matrix4
toString()stringReturns a string representation of the transform

See Also