Classes
Methods
circle() → {ArcPrimitive}
Create a full 360 degree arc (aka circle).
- Source:
Returns:
- Type
- ArcPrimitive
circle() → {ArcPrimitive}
Create a full 360 degree arc (aka circle).
- Source:
Returns:
- Type
- ArcPrimitive
diameter(diameter) → {ArcPrimitive}
Specify the diameter of the arc.
Parameters:
Name | Type | Description |
---|---|---|
diameter |
number | the diamter |
- Source:
Returns:
- Type
- ArcPrimitive
diameter(diameter) → {ArcPrimitive}
Specify the diameter of the arc.
Parameters:
Name | Type | Description |
---|---|---|
diameter |
number | the diamter |
- Source:
Returns:
- Type
- ArcPrimitive
end(angle) → {ArcPrimitive}
Specify the end angle in radians.
Parameters:
Name | Type | Description |
---|---|---|
angle |
number | the angle in radians |
- Source:
Returns:
- Type
- ArcPrimitive
end(angle) → {ArcPrimitive}
Specify the end angle in radians.
Parameters:
Name | Type | Description |
---|---|---|
angle |
number | the angle in radians |
- Source:
Returns:
- Type
- ArcPrimitive
radius(rad) → {ArcPrimitive}
Specify the radius of the arc.
Parameters:
Name | Type | Description |
---|---|---|
rad |
number | the radius |
- Source:
Returns:
- Type
- ArcPrimitive
radius(rad) → {ArcPrimitive}
Specify the radius of the arc.
Parameters:
Name | Type | Description |
---|---|---|
rad |
number | the radius |
- Source:
Returns:
- Type
- ArcPrimitive
start(angle) → {ArcPrimitive}
Specify the start angle in radians.
Parameters:
Name | Type | Description |
---|---|---|
angle |
number | the angle in radians |
- Source:
Returns:
- itself
- Type
- ArcPrimitive
start(angle) → {ArcPrimitive}
Specify the start angle in radians.
Parameters:
Name | Type | Description |
---|---|---|
angle |
number | the angle in radians |
- Source:
Returns:
- itself
- Type
- ArcPrimitive