MCPcopy
hub / github.com/visgl/deck.gl / rotateUp

Method rotateUp

modules/core/src/controllers/map-controller.ts:412–416  ·  view source on GitHub ↗
(speed: number = 10)

Source from the content-addressed store, hash-verified

410 }
411
412 rotateUp(speed: number = 10): MapState {
413 return this._getUpdatedState({
414 pitch: this.getViewportProps().pitch + speed
415 });
416 }
417
418 rotateDown(speed: number = 10): MapState {
419 return this._getUpdatedState({

Callers

nothing calls this directly

Calls 2

_getUpdatedStateMethod · 0.95
getViewportPropsMethod · 0.80

Tested by

no test coverage detected