Class MeshPatch

All Implemented Interfaces:
Container<SVGNode>, SVGNode

  • Field Details

  • Constructor Details

    • MeshPatch

      public MeshPatch()
  • Method Details

    • tagName

      @NotNull public @NotNull String tagName()
    • renderPath

      public void renderPath(@NotNull @NotNull Output output)
    • renderPath

      private void renderPath(@NotNull @NotNull Output output, @NotNull @NotNull CoonPatch patch, float scaleX, float scaleY, int depth)
    • bilinearInterpolation

      @NotNull private @NotNull Color bilinearInterpolation(float dx, float dy)
    • clampColor

      private int clampColor(float v)