-
Notifications
You must be signed in to change notification settings - Fork 0
3.5 Arc
Jonas de Luna Skulberg edited this page Oct 14, 2023
·
1 revision
The arc is a component that visualizes an angle. It is constructed with 3 points, A, B, and C. The angle visualized is the angle ABC.
- none
-
pointA: InputPosition
Start point for the angle. -
pointB: InputPosition
Vertex of the angle. -
pointC: InputPosition
End point of the angle.
-
radius: number
Radius of the angle. -
hasLabel: boolean
Whether the angle should be displayed as a label. -
color: number
Fill color of the angle.
radius: 40;
hasLabel: true;
color: 0xfaa307;
- none
- none