Aspose.3D FOSS.NETQuaternionQuaternion — Aspose.3D FOSS for .NETExample Quaternion 表示用于 3D 旋转的单位四元数。它被 Transform.Rotation 用于在不产生万向锁的情况下定义节点的局部旋转。.var identity = new Quaternion(0, 0, 0, 1); node.Transform.Rotation = identity;Example ExampleExampleExampleWdouble标量分量XdoubleX 分量YdoubleY 分量ZdoubleZ 分量另见 Transform 类引用Matrix4 类参考