Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Firtina Ozbalikci edited this page Jul 29, 2017 · 13 revisions

Wiki » Internal Components » Shapes » shape » absArc

absArc

Calls THREE.Path#absArc on the parent shape

Attributes

x

number required: The absolute center x of the arc

Default: 0

y

number required: The absolute center y of the arc

Default: 0

radius

number required: The radius of the arc

Default: 0

startAngle

number required: The start angle in radians

Default: 0

endAngle

number required: The end angle in radians

Default: 0

clockwise

bool required: Sweep the arc clockwise.

Default: false

===

View Source
Clone this wiki locally