Click or drag to resize

IMapTPointRotate Method

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

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

Parameters

angle
Type: SystemSingle

Return Value

Type: IMapTPoint
See Also