FUNCTION SubVector : BOOL
This function will subtract two input vectors
and store the result within vector
:
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
SubVector
|
BOOL
|
The return value is not used.
|
Input
|
pv1
|
POINTER TO Vector3d
|
Pointer to input vector
|
pv2
|
POINTER TO Vector3d
|
Pointer to input vector
|
pv
|
POINTER TO Vector3D
|
Pointer to output vector
|
|