Click or drag to resize

Vector2Division Operator (Vector2, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Divides a vector with an scalar.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector2 operator /(
	Vector2 u,
	double a
)
Request Example View Source

Parameters

u
Type: netDxfVector2
Vector2.
a
Type: SystemDouble
Scalar.

Return Value

Type: Vector2
The division of u times a.
See Also