Class CoonPatch

java.lang.Object
com.github.weisj.jsvg.geometry.mesh.CoonPatch

public final class CoonPatch extends Object
  • Field Details

    • north

      public Bezier north
    • east

      public Bezier east
    • south

      public Bezier south
    • west

      public Bezier west
    • coonValues

      @NotNull public final @NotNull CoonValues coonValues
  • Method Details

    • createUninitialized

      @NotNull public static @NotNull CoonPatch createUninitialized()
    • toShape

      @NotNull public @NotNull Shape toShape()
    • subdivide

      public Subdivided<CoonPatch> subdivide()
    • toString

      public String toString()
      Overrides:
      toString in class Object