vector3_subtract


Description:

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

Subtracts each of the corresponding components in vector b from a 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