Click or drag to resize
Vector2FRotate Method
Rotates the vector counter-clockwise.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public Vector2F Rotate(
	float angle
)

Parameters

angle
Type: SystemSingle
Angle (in radians).

Return Value

Type: Vector2F
Rotated vector.
See Also