Skip to content

Commit 6b2e801

Browse files
committed
Merge pull request #135 from gberaudo/more_cesium_externs
More cesium externs
2 parents 5424ef0 + c3eecf4 commit 6b2e801

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Cesium.externs.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ Cesium.Camera.prototype.up;
275275
*/
276276
Cesium.Camera.prototype.constrainedAxis;
277277

278+
/**
279+
* @type {number|undefined}
280+
*/
281+
Cesium.Camera.prototype.constrainedAxisAngle;
282+
278283

279284
/**
280285
* @type {Cesium.Cartographic} .
@@ -669,6 +674,13 @@ Cesium.Cartesian3.cross = function(left, right, opt_result) {};
669674
*/
670675
Cesium.Cartesian3.clone = function(cartesian, opt_result) {};
671676

677+
/**
678+
* @param {Cesium.Cartesian3=} opt_result
679+
* @return {!Cesium.Cartesian3}
680+
*/
681+
Cesium.Cartesian3.prototype.clone = function(opt_result) {};
682+
683+
672684

673685
/**
674686
* @param {Cesium.Cartesian3} left
@@ -1848,6 +1860,12 @@ Cesium.Math.TWO_PI;
18481860
*/
18491861
Cesium.Math.toDegrees = function(rad) {};
18501862

1863+
/**
1864+
* @param {number} degrees
1865+
* @return {number} angle in radians
1866+
*/
1867+
Cesium.Math.toRadians = function(degrees) {};
1868+
18511869
/**
18521870
* @constructor
18531871
*/
@@ -2213,6 +2231,12 @@ Cesium.UniformState.prototype.modelViewProjection;
22132231
Cesium.ScreenSpaceCameraController = function() {};
22142232

22152233

2234+
/**
2235+
* @type {number}
2236+
*/
2237+
Cesium.ScreenSpaceCameraController.prototype.minimumZoomDistance;
2238+
2239+
22162240
/**
22172241
* @type {boolean}
22182242
*/

0 commit comments

Comments
 (0)