SIVector3.NormalizeInPlace

説明

このベクトルを正規化して置き換えます。

C#構文

Int32 SIVector3.NormalizeInPlace();

スクリプト構文

oBoolean = SIVector3.NormalizeInPlace();

戻り値

Boolean。正規化計算が行われた場合は True、行われなかった場合は false を戻します。

VBScript の例

dim v1

' Create 3D vectors.

set v1 = XSIMath.CreateVector3

v1.Set 12.0, 34.0, 43.0

if v1.NormalizeInPlace then

computation = TRUE

else

computation = FALSE

end if

関連項目

SIVector3.Normalize SIVector3.Length SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion