Struct QuadraticBezierSegment
Contains the control point and end point for a quadratic Bezier segment.
public struct QuadraticBezierSegment
- Inherited Members
Fields
Point1
The control point of the quadratic Bezier segment.
public RawVector2 Point1
Field Value
- RawVector2
Point2
The end point of the quadratic Bezier segment.
public RawVector2 Point2
Field Value
- RawVector2