SIVector3.AbsoluteInPlace

説明

このベクトルの各コンポーネントをその絶対値に設定します。

スクリプト 構文

SIVector3.AbsoluteInPlace();

VBScript の例

dim v1
' Create 3D vectors.
set v1 = XSIMath.CreateVector3
v1.Set -1010.0, 1020.0, -1030.0
v1.AbsoluteInPlace

関連項目

SIVector3.Absolute SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion