SetNull (SIVector3)
Description
Sets this vector to a null vector.
C# Syntax
SIVector3.SetNull();Examples
VBScript Example
dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 v1.Set 2.0, 1.0, 3.0 v1.SetNull
See Also
|
|
Autodesk Softimage v7.5