Click or drag to resize

Vector2Division Operator (Vector2, Double)

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 operator /(
	Vector2 value1,
	double value2
)

Parameters

value1
Type: Karamba.GeometryVector2
The source vector.
value2
Type: SystemDouble
The scalar value.

Return Value

Type: Vector2
The result of the division.
See Also