https://github.com/sandpiper-toolchain/sandplover/blob/ca53eca70f8d05936e93356976bf336cbd6736f1/sandplover/mask.py#L2285C11-L2287C23
origin is an accepted keyword argument for the circular method, but seems to have never been implemented for the angular method of GeometricMask.
Implement this kwarg, add tests.
https://github.com/sandpiper-toolchain/sandplover/blob/ca53eca70f8d05936e93356976bf336cbd6736f1/sandplover/mask.py#L2285C11-L2287C23
origin is an accepted keyword argument for the
circularmethod, but seems to have never been implemented for theangularmethod ofGeometricMask.Implement this kwarg, add tests.