MagicPingu

public final class MagicPingu

A data class that represents a MagicPingu with velocity, acceleration, and jerk.

Constructors

Link copied to clipboard
public MagicPingu MagicPingu(Double velocity, Double acceleration, Double jerk)

Properties

Link copied to clipboard

The acceleration of the MagicPingu.

Link copied to clipboard
private Double jerk

The jerk of the MagicPingu.

Link copied to clipboard
private Double velocity

The velocity of the MagicPingu.

Functions

Link copied to clipboard
public final Double getAcceleration()

The acceleration of the MagicPingu.

Link copied to clipboard
public final Double getJerk()

The jerk of the MagicPingu.

Link copied to clipboard
public final Double getVelocity()

The velocity of the MagicPingu.

Link copied to clipboard
public final Unit setAcceleration(Double acceleration)

The acceleration of the MagicPingu.

public final Unit setAcceleration(LoggedNetworkNumber acceleration)

Sets the acceleration of the MagicPingu.

Link copied to clipboard
public final Unit setJerk(Double jerk)

The jerk of the MagicPingu.

public final Unit setJerk(LoggedNetworkNumber jerk)

Sets the jerk of the MagicPingu.

Link copied to clipboard
public final Unit setVelocity(Double velocity)

The velocity of the MagicPingu.

public final Unit setVelocity(LoggedNetworkNumber velocity)

Sets the velocity of the MagicPingu.