• Defines a linear function with two points.

    Parameters

    • x1: number

      The x-coordinate of the first point

    • y1: number

      The y-coordinate of the first point

    • x2: number

      The x-coordinate of the second point

    • y2: number

      The y-coordinate of the second point

    Returns ChalkboardFunction

Generated using TypeDoc