NormalizeInPlace (SIVector3)

Description

Normalizes this vector in place.

C# Syntax

Int32 SIVector3.NormalizeInPlace();

Return Value

Boolean True if the normalization has been computed; otherwise False.

Examples

VBScript Example

dim v1
' Create 3D vectors.
set v1 = XSIMath.CreateVector3
v1.Set 12.0, 34.0, 43.0
if v1.NormalizeInPlace then
computation = TRUE
else
computation = FALSE
end if

See Also

SIVector3.Normalize

SIVector3.Length

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index