Class MeshPatch

    • Field Detail

      • north

        java.awt.Color north
      • east

        java.awt.Color east
      • south

        java.awt.Color south
      • west

        java.awt.Color west
      • coonPatch

        @NotNull
        final @NotNull CoonPatch coonPatch
    • Constructor Detail

      • MeshPatch

        public MeshPatch()
    • Method Detail

      • tagName

        @NotNull
        public @NotNull java.lang.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 java.awt.Color bilinearInterpolation​(float dx,
                                                              float dy)
      • clampColor

        private int clampColor​(float v)