Bitbybit Docs
    Preparing search index...

    Class SpiralDto (Inputs.Point)

    The shape of the logarithmic spiral point.spiral lays out: how many points, how far it reaches and how quickly it opens.

    Index

    Constructors

    • Parameters

      • Optionalradius: number
      • OptionalnumberPoints: number
      • Optionalwidening: number
      • Optionalfactor: number
      • Optionalphi: number

      Returns SpiralDto

    Properties

    phi: number

    Growth ratio of the spiral; values near 1 make a tight spiral, larger values open it faster.

    0.9
    

    0

    Infinity

    0.1

    numberPoints: number

    How many points to place along the spiral.

    200
    

    0

    Infinity

    10

    widening: number

    How much the spiral widens per turn; larger values spread the turns further apart.

    3
    

    0

    Infinity

    0.1

    radius: number

    The distance from the origin the last point reaches, in model units.

    6
    

    0

    Infinity

    0.1

    factor: number

    Scales the distance before the angle is computed, which turns the whole spiral; 1 leaves it as it is.

    1
    

    0

    Infinity

    0.1