• Draws a three-dimensional line (or rather, a two-dimensional line with three-dimensional perspective).

    Parameters

    • x1: number

      The first x-coordinate

    • y1: number

      The first y-coordinate

    • z1: number

      The first z-coordinate

    • x2: number

      The second x-coordinate

    • y2: number

      The second y-coordinate

    • z2: number

      The second z-coordinate

    • context: CanvasRenderingContext2D = ...

    Returns void

Generated using TypeDoc