Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

absEllipse

Firtina Ozbalikci edited this page Jul 29, 2017 · 10 revisions

Wiki » Internal Components » Shapes » shape » absEllipse

absEllipse

Calls THREE.Path#absEllipse on the parent shape

Attributes

x

number required: The absolute center x of the ellipse

Default: 0

y

number required: The absolute center y of the ellipse

Default: 0

xRadius

number required: The radius of the ellipse in the x axis

Default: 0

yRadius

number required: The radius of the ellipse in the y axis

Default: 0

startAngle

number required: The start angle in radians

Default: 0

endAngle

number required: The end angle in radians

Default: 0

clockwise

bool: Sweep the ellipse clockwise.

Default: false

rotation

number: The rotation angle of the ellipse in radians, counterclockwise from the positive X axis.

Default: 0

===

View Source
Clone this wiki locally