Quaternion — Aspose.3D FOSS for .NET

Overview

quaternion unit quaternion for representing rotations in Aspose.3D for .NET, used. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.

var identity = new Quaternion(0, 0, 0, 1);
node.Transform.Rotation = identity;

Fields

NameTypeDescription
WfloatScalar component
XfloatX component
YfloatY component
ZfloatZ component

Properties

PropertyTypeAccessDescription
IdentityQuaternionRead

Methods

Equals(obj)

ParameterTypeDescription
objobject?

GetHashCode()

See Also