Class CubicBezierCommand

java.lang.Object
com.github.weisj.jsvg.geometry.path.CubicBezierCommand
All Implemented Interfaces:
BezierPathCommand

final class CubicBezierCommand extends Object implements BezierPathCommand
  • Field Details

    • relative

      private final boolean relative
    • bx

      private final float bx
    • by

      private final float by
    • cx

      private final float cx
    • cy

      private final float cy
    • dx

      private final float dx
    • dy

      private final float dy
  • Constructor Details

    • CubicBezierCommand

      public CubicBezierCommand(boolean relative, float bx, float by, float cx, float cy, float dx, float dy)
  • Method Details