scale

fun scale(origin: Point, dx: Double, dy: Double, dz: Double): Shape

Scale about a given origin


fun scale(origin: Point, dx: Double, dy: Double): Shape
fun scale(origin: Point, dx: Double): Shape