Skip to content

Commit

Permalink
Cesium 1.125.0 [generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
porotkin committed Jan 3, 2025
1 parent 9663c11 commit 1977520
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package cesium.widgets

import cesium.engine.Clock
import cesium.engine.ClockRange
import web.dom.Element

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

package cesium.widgets

import cesium.engine.Cartesian2
import cesium.engine.Cartesian3
import cesium.engine.*

/**
* A function that converts the world position of an object to a screen space position.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package cesium.widgets

import cesium.engine.JulianDate
import cesium.engine.*

/**
* A function that formats a date for display.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

package cesium.widgets

import cesium.engine.*

/**
* A function that handles the result of a successful geocode.
* @param [viewModel] The view model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package cesium.widgets

import cesium.engine.JulianDate
import cesium.engine.*

/**
* A function that formats a time for display.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

package cesium.widgets

import cesium.engine.*

/**
* A function that augments a Viewer instance with additional functionality.
* @param [viewer] The viewer instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package cesium.widgets

import cesium.engine.Proxy
import cesium.engine.*
import js.objects.JsPlainObject
import web.dom.Element

Expand Down

0 comments on commit 1977520

Please sign in to comment.