ConstCurveFeature
A constant curve feature.
Elements
| Name | Type | Description |
|---|---|---|
| position | PointFloat | The center of the circle that this constant curve lies upon. |
| radius | double | The radius of the circle that this constant curve lies upon. |
| startAngle | double | When traveling along the constant curve from one endpoint to the next in a counterclockwise manner, this is the angular component of the vector originating at the center of the constant curve and pointing towards the first endpoint of the constant curve. |
| endAngle | double | When traveling along the constant curve from one endpoint to the next in a counterclockwise manner, this is the angular component of the vector originating at the center of the constant curve and pointing towards the second endpoint of the constant curve. |