Retrieves the full hit window for a Great {@link HitResult}.
Normalized distance from the end position of the previous StandardDifficultyHitObject to the start position of this StandardDifficultyHitObject. The "lazy" end position is the position at which the cursor ends up if the previous hitobject is followed with as minimal movement as possible (i.e. on the edge of slider follow circles).
Normalised shortest distance to consider for a jump between the previou StandardDifficultyHitObject and this StandardDifficultyHitObject. This is bounded from above by lazyJumpDistance, and is smaller than the former if a more natural path is able to be taken through the previous StandardDifficultyHitObject.
The time taken to travel through minimumJumpDistance, with a minimum of 25ms.
Milliseconds elapsed since the start time of the previous StandardDifficultyHitObject, with a minimum of 25ms.
Normalised distance between the start and end position of this StandardDifficultyHitObject.
The time taken to travel through travelDistance, with a minimum value of 25ms Slider objects.
Angle the player has to take to hit this StandardDifficultyHitObject. Calculated as the angle between the circles (current-2, current-1, current).