• Preparing search index...
  • The search index is not available
osu-classes
  • osu-classes
  • BinarySearch
  • findControlPoint

Function findControlPoint

  • findControlPoint(arr, time): ControlPoint | null
  • Searches a control point at the specified time.

    Parameters

    • arr: ControlPoint[]

      The list of control points.

    • time: number

      The time to search for.

    Returns ControlPoint | null

    Found control point.

    • Defined in src/Utils/BinarySearch.ts:80

Settings

Member Visibility

Theme

osu-classes
  • Loading...