This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
absEllipse
Firtina Ozbalikci edited this page Jul 29, 2017
·
10 revisions
Wiki » Internal Components » Shapes » shape » absEllipse
Calls THREE.Path#absEllipse on the parent shape
number
required
: The absolute center x of the ellipse
Default: 0
number
required
: The absolute center y of the ellipse
Default: 0
number
required
: The radius of the ellipse in the x axis
Default: 0
number
required
: The radius of the ellipse in the y axis
Default: 0
number
required
: The start angle in radians
Default: 0
number
required
: The end angle in radians
Default: 0
bool
: Sweep the ellipse clockwise.
Default: false
number
: The rotation angle of the ellipse in radians, counterclockwise from the positive X axis.
Default: 0
===
View Source |
---|
Home | Usage | API Reference | Examples