Skip to main content

Interface: PlanarResolvedICamera

Camera Interface. See https://kitware.github.io/vtk-examples/site/VTKBook/03Chapter3/#35-cameras if you want to know more about the camera.

Extends

Properties

aspectRatio?

optional aspectRatio: Point2

Aspect Ratio

Inherited from

ICamera.aspectRatio

Defined in

packages/core/src/types/ICamera.ts:37


clippingRange?

optional clippingRange: Point2

clipping range

Inherited from

ICamera.clippingRange

Defined in

packages/core/src/types/ICamera.ts:35


flipHorizontal?

optional flipHorizontal: boolean

flip Horizontal

Inherited from

ICamera.flipHorizontal

Defined in

packages/core/src/types/ICamera.ts:31


flipVertical?

optional flipVertical: boolean

flip Vertical

Inherited from

ICamera.flipVertical

Defined in

packages/core/src/types/ICamera.ts:33


focalPoint?

optional focalPoint: Point3

Camera Focal point

Inherited from

ICamera.focalPoint

Defined in

packages/core/src/types/ICamera.ts:10


isFitViewportAfterStretch?

optional isFitViewportAfterStretch: boolean

Anamorphic Stretch

Inherited from

ICamera.isFitViewportAfterStretch

Defined in

packages/core/src/types/ICamera.ts:39


parallelProjection?

optional parallelProjection: boolean

Camera Parallel Projection flag - whether camera is using parallel projection

Inherited from

ICamera.parallelProjection

Defined in

packages/core/src/types/ICamera.ts:12


parallelScale?

optional parallelScale: number

Camera parallel scale - used for parallel projection zoom, smaller values zoom in

Inherited from

ICamera.parallelScale

Defined in

packages/core/src/types/ICamera.ts:14


position?

optional position: Point3

Camera position

Inherited from

ICamera.position

Defined in

packages/core/src/types/ICamera.ts:21


presentationScale?

optional presentationScale: Point2

Defined in

packages/core/src/RenderingEngine/GenericViewport/Planar/PlanarViewportTypes.ts:147


rotation?

optional rotation: number

rotation

Inherited from

ICamera.rotation

Defined in

packages/core/src/types/ICamera.ts:29


scale?

optional scale: PlanarScaleInput

Scale factor for the camera, it is the ratio of how much an image pixel takes up one screen pixel

Inherited from

ICamera.scale

Defined in

packages/core/src/types/ICamera.ts:19


scaleMode?

optional scaleMode: CameraScaleMode

Defined in

packages/core/src/RenderingEngine/GenericViewport/Planar/PlanarViewportTypes.ts:148


viewAngle?

optional viewAngle: number

Camera view angle - 90 degrees is orthographic

Inherited from

ICamera.viewAngle

Defined in

packages/core/src/types/ICamera.ts:23


viewPlaneNormal?

optional viewPlaneNormal: Point3

Camera viewPlaneNormal - negative of the direction the camera is pointing or directionOfProjection

Inherited from

ICamera.viewPlaneNormal

Defined in

packages/core/src/types/ICamera.ts:25


viewUp?

optional viewUp: Point3

Camera viewUp - the direction of viewUP in camera

Inherited from

ICamera.viewUp

Defined in

packages/core/src/types/ICamera.ts:27