Chalkboard - v3.0.1
    Preparing search index...

    Function linear

    • 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