Package-level declarations
Types
Link copied to clipboard
Represents a segment of acceleration on a track.
Link copied to clipboard
class BreakSegment(val startId: Int, val endId: Int, var breakType: BreakSegment.BreakType = BreakType.BLOCKBREAK, var minspeed: Float) : TrackSegment
Link copied to clipboard
Represents a segment of acceleration on a track.
Link copied to clipboard
Represents a LiftSegment, which is a class that implements the SegmentFunction interface. The LiftSegment calculates the speed of a segment on a track based on the liftSpeed and adjustmentRate provided.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard