API Reference / findAspects · function
Function: findAspects()
function findAspects(
bodies,
orbs?,
opts?): Aspect[];
Parameters
| Parameter | Type | Default value |
|---|---|---|
bodies | Record<string, Position> | undefined |
orbs | Record<string, number> | DEFAULT_ORBS |
opts | FindAspectsOptions | {} |
Returns
Aspect[]