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 Feb 10, 2016 · 13 revisions

Wiki » Internal ComponentsShapesshapeabsArc

absArc

Calls THREE.Path#absArc on the parent shape

Attributes

x

number required: The absolute center x of the arc

y

number required: The absolute center y of the arc

radius

number required: The radius of the arc

startAngle

number required: The start angle in radians

endAngle

number required: The end angle in radians

clockwise

bool required: Sweep the arc clockwise.

Defaults to false

===

View Source
Clone this wiki locally