ixfx
    Preparing search index...

    Type Alias PolarRay

    PolarRay: Readonly<
        { angleRadian: number; length: number; offset: number; origin?: Point },
    >

    A polar ray is a line in polar coordinates It consists of an angle (in radians) with a given offset and length.