Click or drag to resize

Vector2Division Operator (Double, Vector2)

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

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

Parameters

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

Return Value

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