Click or drag to resize

Vector2Divide Method (Vector2, Single)

Divides the vector by the given scalar.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 Divide(
	Vector2 left,
	float divisor
)

Parameters

left
Type: Karamba.GeometryVector2
The source vector.
divisor
Type: SystemSingle
The scalar value.

Return Value

Type: Vector2
The result of the division.
See Also