Skip to content

Documentation / @ripl/3d / Viewport

Interface: Viewport ​

Defined in: 3d/src/math/projection.ts:30

Viewport dimensions used for projection.

Properties ​

PropertyTypeDescriptionDefined in
heightnumberHeight of the viewport, in pixels.3d/src/math/projection.ts:34
widthnumberWidth of the viewport, in pixels.3d/src/math/projection.ts:32