Skip to content

@jdultra/ultra-globe


@jdultra/ultra-globe / RotateController

Class: RotateController

Defined in: controls/RotateController.d.ts:1

Extends

Constructors

Constructor

new RotateController(camera, domElement, map): RotateController

Defined in: controls/RotateController.d.ts:2

Parameters

camera

any

domElement

any

map

any

Returns

RotateController

Overrides

Controller.constructor

Properties

camera

camera: Camera

Defined in: controls/Controller.d.ts:13

Inherited from

Controller.camera


dom

dom: HTMLDocument

Defined in: controls/Controller.d.ts:10

Inherited from

Controller.dom


isMouseDown

isMouseDown: boolean

Defined in: controls/RotateController.d.ts:3


map

map: Map<any, any>

Defined in: controls/Controller.d.ts:12

Inherited from

Controller.map


mouseDownLocation

mouseDownLocation: any[] | number[] | undefined

Defined in: controls/RotateController.d.ts:9


mouseLatest

mouseLatest: any[] | number[] | undefined

Defined in: controls/RotateController.d.ts:10


mouseRayCast

mouseRayCast: any

Defined in: controls/RotateController.d.ts:4


next

next: any

Defined in: controls/Controller.d.ts:9

Inherited from

Controller.next


planet

planet: any

Defined in: controls/Controller.d.ts:11

Inherited from

Controller.planet


rayCastPending

rayCastPending: boolean

Defined in: controls/RotateController.d.ts:6


touchIDs

touchIDs: any[]

Defined in: controls/RotateController.d.ts:5

Methods

append()

append(aController): void

Defined in: controls/Controller.d.ts:18

Parameters

aController

any

Returns

void

Inherited from

Controller.append


clear()

clear(): void

Defined in: controls/Controller.d.ts:20

Returns

void

Inherited from

Controller.clear


event()

event(eventName, e): void

Defined in: controls/Controller.d.ts:14

Parameters

eventName

any

e

any

Returns

void

Inherited from

Controller.event


mouseDown()

mouseDown(e): void

Defined in: controls/RotateController.d.ts:13

Parameters

e

any

Returns

void


mouseMove()

mouseMove(e): void

Defined in: controls/RotateController.d.ts:15

Parameters

e

any

Returns

void


mouseUp()

mouseUp(e): void

Defined in: controls/RotateController.d.ts:14

Parameters

e

any

Returns

void


rotate()

rotate(rotateStart, rotateEnd): void

Defined in: controls/RotateController.d.ts:16

Parameters

rotateStart

any

rotateEnd

any

Returns

void


rotateX()

rotateX(rotateX): void

Defined in: controls/RotateController.d.ts:18

Parameters

rotateX

any

Returns

void


rotateY()

rotateY(rotateY): void

Defined in: controls/RotateController.d.ts:19

Parameters

rotateY

any

Returns

void


straighten()

straighten(): void

Defined in: controls/RotateController.d.ts:17

Returns

void


touchEnd()

touchEnd(): void

Defined in: controls/RotateController.d.ts:11

Returns

void


touchMove()

touchMove(e): void

Defined in: controls/RotateController.d.ts:12

Parameters

e

any

Returns

void


touchStart()

touchStart(e): void

Defined in: controls/RotateController.d.ts:8

Parameters

e

any

Returns

void


update()

update(): void

Defined in: controls/Controller.d.ts:16

Returns

void

Inherited from

Controller.update