Click or drag to resize

PolygonGridMapTPoint, TBasePointScale Method (IEnumerableVector2, Single)

Scales a list of points componntwise the factor.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<Vector2> Scale(
	IEnumerable<Vector2> points,
	float factor
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector2
factor
Type: SystemSingle

Return Value

Type: IEnumerableVector2
See Also