Click or drag to resize

Vector2DDivide Method (Vector2D, Single)

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 Divide(
	Vector2D vector1,
	float scalar
)

Parameters

vector1
Type: LightBuzzVector2D
The specified vector.
scalar
Type: SystemSingle
The number to divide with.

Return Value

Type: Vector2D
The resulting vector.
See Also