Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PathAppendArcDto

Index

Constructors

constructor

  • new PathAppendArcDto(path?: any, endPoint?: Point2, xAxisRotation?: number, clockwise?: boolean, large?: boolean, segments?: number, radiusX?: number, radiusY?: number): PathAppendArcDto
  • Parameters

    • Optional path: any
    • Optional endPoint: Point2
    • Optional xAxisRotation: number
    • Optional clockwise: boolean
    • Optional large: boolean
    • Optional segments: number
    • Optional radiusX: number
    • Optional radiusY: number

    Returns PathAppendArcDto

Properties

clockwise

clockwise: boolean

Draw an arc clockwise with respect to the center point

default

true

endPoint

endPoint: Point2

End point of an arc

default

[1, 1]

large

large: boolean

Draw an arc longer than PI radians

default

false

path

path: any

Path to append the arc to

default

undefined

radiusX

radiusX: number

X radius of an arc

default

1

minimum

-Infinity

maximum

Infinity

step

0.1

radiusY

radiusY: number

Y radius of an arc

default

1

minimum

-Infinity

maximum

Infinity

step

0.1

segments

segments: number

Number of segments for the arc

default

24

minimum

0

maximum

Infinity

step

1

xAxisRotation

xAxisRotation: number

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

default

90

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc