Class Bezier
java.lang.Object
com.github.weisj.jsvg.geometry.mesh.Bezier
- Direct Known Subclasses:
LineBezier
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Point2D.Floatfinal Point2D.Floatfinal Point2D.Floatfinal 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
-
appendTo
-
inverse
-
split
-
straightLine
-
combine
-
estimateStepCount
public int estimateStepCount(float scaleX, float scaleY) -
toString
-