API Reference / Aspect · interface
Interface: Aspect
One aspect between two bodies in a Chart.
Properties
| Property | Type | Description |
|---|---|---|
<a id="a"></a> a | string | First body id. |
<a id="aspect"></a> aspect | string | Aspect name, e.g. "trine". |
<a id="b"></a> b | string | Second body id. |
<a id="orb"></a> orb | number | Orb from exact, in degrees. |
<a id="phase"></a> phase | AspectPhase | Applying, separating, or exact -- from the two bodies' longitude speeds. |
<a id="strength"></a> strength | number | Closeness in [0, 1]: 1 exact, 0 at the orb limit. |