Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-cesium-engine
/
cesium.engine
/
Math
/
SmoothDampResult
Smooth
Damp
Result
interface
SmoothDampResult
(
source
)
See also
Online Documentation
Members
Properties
value
Link copied to clipboard
abstract
val
value
:
Double
The new value after applying the smooth damp.
velocity
Link copied to clipboard
abstract
val
velocity
:
Double
The updated current velocity.