Click or drag to resize

IMapTPointRotateAround Method

Returns an IMap where grid cells are rotated about the given point by the given angle.

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

Parameters

angle
Type: SystemSingle
point
Type: Vector2

Return Value

Type: IMapTPoint
See Also