Click or drag to resize

AbstractMapTPointRotateAround Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IMap<TPoint> RotateAround(
	float angle,
	Vector2 point
)

Parameters

angle
Type: SystemSingle
point
Type: Vector2

Return Value

Type: IMapTPoint

Implements

IMapTPointRotateAround(Single, Vector2)
See Also