ArcGISCubicBezierSegment

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

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
NameTypeSummary
startPoint

The start point of the segment.

controlPoint1

A point tangent to the start of the segment.

controlPoint2

A point tangent to the end of the segment.

endPoint

The end point of the segment.

spatialReference

A spatial reference to use for the segment if the points do not have spatial references set.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

A point tangent to the start of the segment.

No
Yes

A point tangent to the end of the segment.

ControlPoint1

ArcGISPoint ControlPoint1

A point tangent to the start of the segment.

ControlPoint2

ArcGISPoint ControlPoint2

A point tangent to the end of the segment.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close