Click or drag to resize

Vector2Division Operator (Vector2, Vector2)

Divides the first vector by the second.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 operator /(
	Vector2 left,
	Vector2 right
)

Parameters

left
Type: Karamba.GeometryVector2
The first source vector.
right
Type: Karamba.GeometryVector2
The second source vector.

Return Value

Type: Vector2
The vector resulting from the division.
See Also