Click or drag to resize

IVectorPointTPointScaleDown Method

Scales this vector by the given amount.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TPoint ScaleDown(
	int r
)

Parameters

r
Type: SystemInt32

Return Value

Type: TPoint
Examples
v.ScaleUp(1)
v.ScaleUp(n) ==  v.ScaleUp(n - 1).Translate(v)
See Also