Click or drag to resize

PolygonGridMapTPoint, TBasePointScale Method

Overload List
  NameDescription
Public methodScale(Single) (Inherited from AbstractMapTPoint.)
Public methodScale(Vector2) (Inherited from AbstractMapTPoint.)
Public methodScale(Single, Single) (Inherited from AbstractMapTPoint.)
Public methodStatic memberScale(IEnumerableIEnumerableVector2, Single)
Scales the vertices of a list of polygons (each represented as a list of vertices) with the factor.
Public methodStatic memberScale(IEnumerableIEnumerableVector2, Vector2)
Scales the vertices of a list of polygons (each represented as a list of vertices) compontwise with the factor.
Public methodStatic memberScale(IEnumerableVector2, Single)
Scales a list of points componntwise the factor.
Public methodStatic memberScale(IEnumerableVector2, Vector2)
Scales a list of points componntwise with the factor.
Top
See Also