Function line

  • Creates a line using the first two values as an initial point, and the last two values as the direction vector.

    Parameters

    • x: number
    • y: number
    • vx: number
    • vy: number

    Returns Line

Generated using TypeDoc