Enum FlexalonCurveLayout.TangentMode
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Determines how the tangent for a CurvePoint is determined.
public enum FlexalonCurveLayout.TangentMode
Fields
Corner = 2Sets the tangent to zero to create a sharp corner.
Manual = 0Define the tangent by entering a value or dragging the handle in the scene window.
MatchPrevious = 1Sets the tangent to match the tangent at the previous point.
Smooth = 3Computes a tangent that will create a smooth curve between the previous and next points.