Click or drag to resize

MathHelperRotate Method

Rotates a point at a given angle.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Vector2 Rotate(
	Vector2 point,
	float angle
)
Request Example View Source

Parameters

point
Type: Vector2
angle
Type: SystemSingle

Return Value

Type: Vector2
See Also