Length (SIVector3)
Description
Returns the length of this vector.
C# Syntax
Double SIVector3.Length();Return Value
Floating point value (length of this vector).
Examples
VBScript Example
dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 v1.Set 1.0, 2.0, 3.0 length = v1.Length
See Also
|
|
|
|
Autodesk Softimage v7.5