FullControl JS
    Preparing search index...

    Interface PolarPoint

    interface PolarPoint {
        angle: number;
        radius: number;
    }
    Index

    Properties

    Properties

    angle: number
    radius: number