跳到主要内容

KQuaternion.normalize() method

归一化这个四元数。 归一化后它仍旧表示相同的旋转变换,只是长度变为1。

Normalizes this quaternion - that is, calculated the quaternion that performs the same rotation as this one, but has length equal to 1.

Signature:

normalize(): void;

Returns:

void