Click or drag to resize

Vector2DDivision Operator

Divides a vector by a number.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2D operator /(
	Vector2D vector,
	float number
)

Parameters

vector
Type: LightBuzzVector2D
The vector to divide.
number
Type: SystemSingle
The number by which the vector will be divided.

Return Value

Type: Vector2D
The resulting vector.
See Also