@statox/vector
    Preparing search index...

    Interface Polar

    An interface representing polar coordinates

    interface Polar {
        r: number;
        theta: number;
    }
    Index

    Properties

    Properties

    r: number

    The value of the magnitude

    theta: number

    The value of the angle in radians