Function: difference()
difference(
shape1,shape2,options?):Difference
Defined in: mobjects/geometry/BooleanOperations.ts:550
Create a boolean difference of two shapes (subtract second from first)
Parameters
shape1
First shape (base)
shape2
Second shape (to subtract)
options?
Optional styling options
Returns
New VMobject representing the difference