scale

abstract fun scale(scale: T): Shape<T>

Returns this shape scaled by given scale value relative to origin point.


abstract fun scale(scale: T, center: <Error class: unknown class><T>): Shape<T>

Returns this shape scaled by given scale value relative to given center point.