SIQuaternion.Normalize

説明

このクォータニオンを正規化します。

C#構文

SIQuaternion.Normalize();

スクリプト構文

SIQuaternion.Normalize();

VBScript の例

dim q1

' Create Quaternion.

set q1 = XSIMath.CreateQuaternion

q1.Set 1.0, 1.0, 2.0, 3.0

q1.Normalize

関連項目

SIQuaternion.Set SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion