Documentation / @ripl/3d / Viewport
Interface: Viewport ​
Defined in: 3d/src/math/projection.ts:30
Viewport dimensions used for projection.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Height of the viewport, in pixels. | 3d/src/math/projection.ts:34 |
width | number | Width of the viewport, in pixels. | 3d/src/math/projection.ts:32 |