scale abstract method

Shape scale(
  1. double value
)

scale the shape by value

Implementation

Shape scale(double value);