ixfx
    Preparing search index...

    Type Alias FromCartesianOptions

    type FromCartesianOptions = {
        digits: number;
        fullCircle: boolean;
    }
    Index

    Properties

    Properties

    digits: number

    Rounding to apply to distance and angle calculations

    fullCircle: boolean

    If false, returns angle on half-circle basis such that negative angles are possible (0..PI..-PI). By default uses (0..2*PI) range.