vector3_add


Description:

public void vector3_add (float result, float a, float b)

Adds each of the corresponding components in vectors a and b storing the results in result.

Parameters:

result

Where you want the result written

a

The first vector operand

b

The second vector operand


Namespace: Cogl
Package: doc