BezierCurveCubic Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a cubic bezier curve with two anchor and two control points.
[System.Serializable]
public struct BezierCurveCubic
type BezierCurveCubic = struct
- Inheritance
-
BezierCurveCubic
- Attributes
Constructors
BezierCurveCubic(Single, Vector2, Vector2, Vector2, Vector2) |
Constructs a new BezierCurveCubic. |
BezierCurveCubic(Vector2, Vector2, Vector2, Vector2) |
Constructs a new BezierCurveCubic. |
Fields
EndAnchor |
End anchor point. |
FirstControlPoint |
First control point, controls the direction of the curve start. |
Parallel |
Gets or sets the parallel value. |
SecondControlPoint |
Second control point, controls the direction of the curve end. |
StartAnchor |
Start anchor point. |
Methods
CalculateLength(Single) |
Calculates the length of this bezier curve. |
CalculatePoint(Single) |