SIVector3.NegateInPlace

説明

このベクトルを移動します(this = - this)。

スクリプト 構文

SIVector3.NegateInPlace();

VBScript の例

dim v1
' Create 3D vectors.
set v1 = XSIMath.CreateVector3(1.0, 2.0, 3.0)
v1.Set 1.0, 2.0, 3.0
'v1 = -v1
v1.NegateInPlace

関連項目

SIVector3.Negate SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion