Click or drag to resize

Vector2DSubtract Method (Vector2D, Vector2D)

Subtracts the second vector from the first vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2D Subtract(
	Vector2D vector1,
	Vector2D vector2
)

Parameters

vector1
Type: LightBuzzVector2D
The vector to subtract from.
vector2
Type: LightBuzzVector2D
The vector to subtract.

Return Value

Type: Vector2D
The resulting vector.
See Also