copy abstract method

Scale<X, Y> copy()

Returns an exact copy of this scale.

Changes to this scale will not affect the returned scale, and vice versa.

Implementation

Scale<X, Y> copy();