AddVectors
From SwinGame
AddVectors adds the first vector and the second vector. The routine will return a resultant vector.
Where is it: SGSDK_PHYSICS
Contents |
Languages
Pascal
function AddVectors(v1, v2 : Vector): Vector;
C#
public Vector Physics.AddVectors(Vector v1, Vector v2);
Visual Basic .NET
Public Function Physics.AddVectors(ByVal v1 As Vector, ByVal v2 As Vector) As Vector
Visual Basic 6
Public Function Physics.AddVectors(ByVal v1 As Vector, ByVal v2 As Vector) As Vector

