Subtract two vectors.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static Vector3Int Subtract(
	Vector3Int a,
	Vector3Int b
)

Parameters

a
Type: SGP.Baltie..::.Vector3Int
The first vector.
b
Type: SGP.Baltie..::.Vector3Int
The second vector.

Return Value

The vector, which was created by subtraction of two vectors ab.

See Also