NegateInPlace (SIVector3)
Description
Negates this vector: this = - this
C# Syntax
SIVector3.NegateInPlace();Examples
VBScript Example
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
See Also
|
|
Autodesk Softimage v7.5