SubInPlace (SIVector3)
Description
Subtracts the input vector (v) from this one: this = this - v
Scripting Syntax
SIVector3.SubInPlace( v )
C# Syntax
SIVector3.SubInPlace( SIVector3 in_pVector );Parameters
|
Parameter |
Type |
Description |
|
v |
Operand vector |
Examples
VBScript Example
dim v1, v2 ' Create 3D vectors. set v1 = XSIMath.CreateVector3(1.0, 2.0, 3.0) set v2 = XSIMath.CreateVector3(4.0, 5.0, 6.0) 'v1 = v1 - v2 v1.SubInPlace v2
See Also
|
|
|
|
Autodesk Softimage v7.5