GlobalTransform

Overview

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

GlobalTransform.constructor creates a GlobalTransform from a Matrix4.

This class declares 2 methods for GlobalTransform objects in TypeScript programs. Available methods include: constructor, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: eulerAngles, rotation, scale, transformMatrix, translation.

Properties

NameTypeAccessDescription
translationVector3ReadGets the translation.
scaleVector3ReadGets the scale.
eulerAnglesVector3ReadGets the euler angles.
rotationQuaternionReadGets the rotation.
transformMatrixMatrix4ReadGets the transform matrix.

Methods

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

See Also

 English