Namespace: GameEngine.Geometry 
Class: GameEngine/Geometry/ArcGISCubicBezierSegment 
Since: 1.0.0 
Inheritance: ArcGISSegment->ArcGISCubicBezierSegment
Summary
A cubic Bezier curve for use in a multipart geometry.
Constructors
ArcGISCubicBezierSegment(ArcGISPoint, ArcGISPoint, ArcGISPoint, ArcGISPoint, ArcGISSpatialReference)
Creates a bezier segment based on a start and end point and two control points at tangents to the start and end points.
Since 1.0.0
Arguments
| Name | Type | Summary | 
|---|---|---|
| start | ArcGISPoint | The start point of the segment. | 
| control | ArcGISPoint | A point tangent to the start of the segment. | 
| control | ArcGISPoint | A point tangent to the end of the segment. | 
| end | ArcGISPoint | The end point of the segment. | 
| spatial | ArcGISSpatialReference | A spatial reference to use for the segment if the points do not have spatial references set. | 
Properties
| Property | Type | Nullable | Readonly | Summary | 
|---|---|---|---|---|
| ControlPoint1 | ArcGISPoint | No | Yes | A point tangent to the start of the segment. | 
| ControlPoint2 | ArcGISPoint | No | Yes | A point tangent to the end of the segment. |