API Reference / SkyPlacement · interface
Interface: SkyPlacement
Where a direction lands on the image plane (see skyPlacer).
Properties
| Property | Type | Description |
|---|---|---|
<a id="altapp"></a> altApp | number | Apparent altitude after refraction (or the true altitude when off). |
<a id="deltadeg"></a> deltaDeg | number | Great-circle distance from the aim, degrees. |
<a id="inframe"></a> inFrame | boolean | - |
<a id="side"></a> side | "above" | "below" | "left" | "right" | "behind" | Which frame edge the direction is beyond (or behind the camera). |
<a id="x"></a> x | number | Pixel position; NaN when the direction is behind a rectilinear camera. |
<a id="y"></a> y | number | - |