This document is archived and information here might be outdated. Recommended version. |
Provides access to members that construct a Bezier curve using other geometries and measures.
ConstructBezierCurve can be used to construct a BezierCurve using ChordLength Tangents. This is an alternative BezierCurve construction to using Control Points. ChordLength Tangents and Control Points are not the same thing even though they lie on the same line.
Name | Description | |
---|---|---|
ConstructTangentsAtEndpoints | Constructs a Bezier curve from tangents at both endpoints. |
Classes | Description |
---|---|
BezierCurve | A cubic Bezier curve defined between two points; optionally has measure, height and ID attributes at each endpoint. |