transform abstract method

Bounded transform(
  1. TransformPosition transform
)

Returns a new object with all points transformed using transform.

The transformed bounded object must be of the same type with this object.

Implementation

Bounded transform(TransformPosition transform);