Skip to content

Latest commit

 

History

History
127 lines (78 loc) · 2.71 KB

modules.md

File metadata and controls

127 lines (78 loc) · 2.71 KB

camera-proxy / Exports

camera-proxy

Table of contents

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

States

Ƭ States: GeographicStates | CartesianStates

Defined in

interface.ts:55

Variables

defaultLimit

Const defaultLimit: Limit

Defined in

interface.ts:110

Functions

defaultCartesianStates

defaultCartesianStates(): Object

Returns

Object

Name Type
distance number
position number[]
rotationEuler number[]

Defined in

interface.ts:76


defaultGeographicStates

defaultGeographicStates(): Object

默认状态

Returns

Object

Name Type
center number[]
pitch number
rotation number
zoom number

Defined in

interface.ts:67


isGeographicStates

isGeographicStates(sth): sth is GeographicStates

TS 类型保护

Parameters

Name Type
sth States

Returns

sth is GeographicStates

Defined in

interface.ts:60