• Calculates the curve length or surface area of a parametric curve function or a parametric surface function, respectively.

    Parameters

    • func: ChalkboardFunction

      The function

    • tinf: number

      The lower t-bound (for both curve length and surface area)

    • tsup: number

      The upper t-bound (for both curve length and surface area)

    • Optional sinf: number

      The lower s-bound (only for surface area)

    • Optional ssup: number

      The upper s-bound (only for surface area)

    Returns number

Generated using TypeDoc