Transform

Overview

Transform is a class in Aspose.3D FOSS for .NET.

The local transform of the node

Properties

NameTypeAccessDescription
TranslationFVector3Read/WriteGets or sets the positional offset as an FVector3 vector
RotationQuaternionRead/WriteGets or sets the orientation as a Quaternion
ScaleFVector3Read/WriteGets or sets the scaling factors as an FVector3 vector
MatrixMatrix4ReadGets or sets the 4x4 transformation matrix as a Matrix4

Methods

SignatureDescription
Transform()Creates a new Transform with default translation, rotation, scale, and identity matrix