FUNCTION AddMultiplicatedVector : BOOL
This function will multiply the input vector
by a scalar
and will add this product to the input vector
:
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
AddMultiplicatedVector
|
BOOL
|
The return value is not used.
|
Input
|
pv1
|
POINTER TO Vector3d
|
Pointer to input vector
|
pv2
|
POINTER TO Vector3d
|
Pointer to input vector
|
lrFactor
|
LREAL
|
Scalar multiplier
|
pv
|
POINTER TO Vector3D
|
Pointer to result
|
|