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

Vector3D.operator/ Operator

C#
public static Vector3D operator/(Vector3D value1, double value2)

Divides the vector by the given scalar.

Parameters

[Vector3D] value1

The source vector.

[double] value2

The scalar value.

Returns

Vector3D

The result of the division.