Chalkboard - v3.0.1
    Preparing search index...

    Function rOplane

    • Plots the polar coordinate plane.

      Parameters

      • config: {
            context: CanvasRenderingContext2D;
            lineWidth: number;
            size: number;
            strokeStyle: string;
            x: number;
            y: number;
        }
        • context: CanvasRenderingContext2D

          Optional custom canvas context to draw on

        • lineWidth: number

          Stroke width

        • size: number

          Scale, defaults to 1, divided by 100 internally for finer control

        • strokeStyle: string

          Stroke color

        • x: number

          x-offset (canvas translation), defaults to canvas center

        • y: number

          y-offset (canvas translation), defaults to canvas center

      Returns void