Click or drag to resize

Vector3Subtraction Operator

Subtracts vector b from vector a.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector3 operator -(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Karamba.GeometryVector3
First vector.
b
Type: Karamba.GeometryVector3
Second vector.

Return Value

Type: Vector3
Difference of the input vectors.
See Also