Get the effective orb for an aspect type, considering configuration.
The type of aspect
Optional
Optional configuration with custom orbs
Effective orb in degrees
// Default orbgetOrb(AspectType.Trine) // 8// Custom orbgetOrb(AspectType.Trine, { orbs: { trine: 6 } }) // 6 Copy
// Default orbgetOrb(AspectType.Trine) // 8// Custom orbgetOrb(AspectType.Trine, { orbs: { trine: 6 } }) // 6
Get the effective orb for an aspect type, considering configuration.