Click or drag to resize

Vector2Add Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds two vectors.

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

Parameters

u
Type: netDxfVector2
Vector2.
v
Type: netDxfVector2
Vector2.

Return Value

Type: Vector2
The addition of u plus v.
See Also