flywave-mapview.camerautils
Home > @flywave/flywave-mapview > CameraUtils
CameraUtils namespace
Signature:
export declare namespace CameraUtils
Functions
Function | Description |
|---|---|
(BETA) Calculates object's world size based on the focal length and it's camera distance. | |
(BETA) Calculates object's screen size based on the focal length and it's camera distance. | |
(BETA) Returns bottom fov angle for a given perspective camera. | |
(BETA) Returns the camera's focal length. | |
Returns the camera's horizontal field of view. | |
(BETA) Returns left fov angle for a given perspective camera. | |
(BETA) Returns the camera's principal point (intersection of principal ray and image plane) in NDC coordinates. | |
(BETA) Returns right fov angle for a given perspective camera. | |
(BETA) Returns top fov angle for a given perspective camera. | |
Returns the camera's vertical field of view. | |
(BETA) Sets a camera's focal length. | |
(BETA) Sets the camera's principal point (intersection of principal ray and image plane) in NDC coordinates. | |
(BETA) Sets a camera's vertical fov. |