API Reference / hasAngleContact · function
Function: hasAngleContact()
function hasAngleContact(filter?): Selector;
Matches planet-on-angle contact atoms by body, angle, and/or a maximum orb (degrees from exact conjunction with the angle point).
Parameters
| Parameter | Type |
|---|---|
filter | { angle?: string; body?: string; maxOrb?: number; } |
filter.angle? | string |
filter.body? | string |
filter.maxOrb? | number |