bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class PathAppendArcDto

    Index

    Constructors

    • Parameters

      • Optionalpath: any
      • OptionalendPoint: Point2
      • OptionalxAxisRotation: number
      • Optionalclockwise: boolean
      • Optionallarge: boolean
      • Optionalsegments: number
      • OptionalradiusX: number
      • OptionalradiusY: number

      Returns PathAppendArcDto

    Properties

    path: any

    Path to append the arc to

    undefined
    
    endPoint: Point2

    End point of an arc

    [1, 1]
    
    xAxisRotation: number

    Rotation (degrees) of the X axis of the arc with respect to the X axis of the coordinate system

    90
    

    -Infinity

    Infinity

    1

    clockwise: boolean

    Draw an arc clockwise with respect to the center point

    true
    
    large: boolean

    Draw an arc longer than PI radians

    false
    
    segments: number

    Number of segments for the arc

    24
    

    0

    Infinity

    1

    radiusX: number

    X radius of an arc

    1
    

    -Infinity

    Infinity

    0.1

    radiusY: number

    Y radius of an arc

    1
    

    -Infinity

    Infinity

    0.1