java.lang.Object
com.github.weisj.jsvg.geometry.mesh.Bezier
- Direct Known Subclasses:
LineBezier
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Point2D.Float
final Point2D.Float
final Point2D.Float
final Point2D.Float
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
-
b
-
c
-
d
-
-
Constructor Details
-
Bezier
public Bezier(@NotNull Point2D.Float a, @NotNull Point2D.Float b, @NotNull Point2D.Float c, @NotNull Point2D.Float d)
-
-
Method Details