Click or drag to resize
Vector2IAdd 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 Vector2I Add(
	int addX,
	int addY
)

Parameters

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

Return Value

Type: Vector2I
Sum of addX and addY.
See Also