scale method

scale(self)

Calculates the absolute largest coordinate value of any contained point.

Returns

the calculated absolute largest coordinate value of any contained point.


def scale(self):
    ...

See Also