SIVector3.AbsoluteInPlace
 
 
 

SIVector3.AbsoluteInPlace

Description

Sets each component of this vector to its absolute value.

C# Syntax

SIVector3.AbsoluteInPlace();

Scripting 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

SIVector3.Absolute SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion