Click or drag to resize
Vector2FAdd Method
Adds the passed values to the x and y value.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public Vector2F Add(
	float addX,
	float addY
)

Parameters

addX
Type: SystemSingle
Value to add to x.
addY
Type: SystemSingle
Value to add to y.

Return Value

Type: Vector2F
Sum of addX and addY.
See Also