Namespace: Rx.Net – Class: Vector2D – Assembly: Rx.Net

Vector2D.operator/ Operator

C#
public static Vector2D operator/(Vector2D left, Vector2D right)

Divides the first vector by the second.

Parameters

[Vector2D] left

The first source vector.

[Vector2D] right

The second source vector.

Returns

Vector2D

The vector resulting from the division.