Camera Class
The current position (eyepoint), lens angle, and focus distance of a camera.
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(props?: CameraProps): Camera | Construct a Camera | |
| clone(): Camera | ||
| equals(other: Camera): boolean | ||
| getEyePoint(): Point3d | ||
| getFocusDistance(): number | ||
| getLensAngle(): Angle | ||
| invalidateFocus(): void | ||
| setEyePoint(pt: XYAndZ): void | ||
| setFocusDistance(dist: number): void | ||
| setFrom(rhs: Camera): void | ||
| setLensAngle(angle: Angle): void | ||
| validateLens(): void | ||
| isValidLensAngle(val: Angle): boolean Static | ||
| validateLensAngle(val: Angle): void Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| eye | Point3d | ||
| focusDist | number | ||
| isFocusValid Accessor ReadOnly | boolean | ||
| isLensValid Accessor ReadOnly | boolean | ||
| isValid Accessor ReadOnly | boolean | ||
| lens | Angle |
Defined in
Last Updated: 08 January, 2020