Click or drag to resize

PolygonGridMapTPoint, TBasePointScale Method (IEnumerableVector2, Vector2)

Scales a list of points componntwise with 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,
	Vector2 factor
)

Parameters

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

Return Value

Type: IEnumerableVector2
See Also