Enum BezierTypes
Defines the types of supported Bézier curves.
Namespace: Evergine.Components.Primitives
Assembly: Evergine.Components.dll
Syntax
public enum BezierTypes
Fields
| Name | Description |
|---|---|
| Cubic | Bezier curve of the third order |
| Quadratic | Second-order Bezier |