Skip to main content

QuadBezierProps

Quadratic Bezier curve properties interface.

Properties

p0

p0: PossibleVector2;

Start point.

p1

p1: PossibleVector2;

Control point.

p2

p2: PossibleVector2;

End point.

startArrow

startArrow: boolean;

Whether to display an arrow at the start.

endArrow

endArrow: boolean;

Whether to display an arrow at the end.

arrowSize

arrowSize: number;

Arrow size.