MATH.AddMultiplicatedVector (FUN)

(CAA_Mathematics.library)

This function will multiply the input vector  by a scalar and will add this product to the input vector . The result is of type MATH.Vector3D and will be made accessible via the pointer pv.

The return is a dummy of type BOOL.

Input:

pv1

POINTER TO MATH.Vector3D

pointer to input vector  

pv2

POINTER TO MATH.Vector3D

pointer to input vector  

lrFactor

LREAL

scalar multiplier  

pv

POINTER TO MATH.Vector3D

pointer to result