Class EdgeAAQuad

java.lang.Object
icyllis.arc3d.granite.geom.EdgeAAQuad

public class EdgeAAQuad extends Object
  • Field Details

    • kLeft

      public static final int kLeft
      See Also:
    • kTop

      public static final int kTop
      See Also:
    • kRight

      public static final int kRight
      See Also:
    • kBottom

      public static final int kBottom
      See Also:
    • kNone

      public static final int kNone
      See Also:
    • kAll

      public static final int kAll
      See Also:
    • x0

      public final float x0
    • x1

      public final float x1
    • x2

      public final float x2
    • x3

      public final float x3
    • y0

      public final float y0
    • y1

      public final float y1
    • y2

      public final float y2
    • y3

      public final float y3
  • Constructor Details

    • EdgeAAQuad

      public EdgeAAQuad(Rect2fc rect, int edgeFlags)
    • EdgeAAQuad

      public EdgeAAQuad(float[] points, int edgeFlags)
  • Method Details

    • edgeFlags

      public int edgeFlags()
    • isRect

      public boolean isRect()
    • getBounds

      public void getBounds(Rect2f dest)