Click or drag to resize

IMapTPointScale Method (Single, Single)

Returns an IMap where grid cells are scaled by the factors in each direction.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IMap<TPoint> Scale(
	float factorX,
	float factorY
)

Parameters

factorX
Type: SystemSingle
factorY
Type: SystemSingle

Return Value

Type: IMapTPoint
See Also