Magic Pingu
data class MagicPingu(var velocity: Double = 0.0, var acceleration: Double = 0.0, var jerk: Double = 0.0)
A data class that wraps magic motion with velocity, acceleration, and jerk.
Properties
Link copied to clipboard
The acceleration of the MagicPingu.
Link copied to clipboard
The jerk of the MagicPingu.
Link copied to clipboard
The velocity of the MagicPingu.
Functions
Link copied to clipboard
Sets the acceleration of the MagicPingu.
Link copied to clipboard
Sets the jerk of the MagicPingu.
Link copied to clipboard
Sets the velocity of the MagicPingu.