AbsoluteInPlace (SIVector3)
Description
Sets each component of this vector to its absolute value.
C# Syntax
SIVector3.AbsoluteInPlace();Examples
VBScript Example
dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 v1.Set -1010.0, 1020.0, -1030.0 v1.AbsoluteInPlace
See Also
|
|
Autodesk Softimage v7.5