also

abstract fun also(): Union2d

Forms a union of the original shape, and the transformed version.

For example :

Circle(10).translateX( 50 ).also()

creates a union of two circles, one at the origin, and the other 50 units to the right.

Note, this only works for single transformations.


abstract fun also(ancestorCount: Int): Union2d