Package icyllis.arc3d.granite.geom
Class EdgeAAQuad
java.lang.Object
icyllis.arc3d.granite.geom.EdgeAAQuad
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEdgeAAQuad
(float[] points, int edgeFlags) EdgeAAQuad
(Rect2fc rect, int edgeFlags) -
Method Summary
-
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
-
EdgeAAQuad
public EdgeAAQuad(float[] points, int edgeFlags)
-
-
Method Details
-
edgeFlags
public int edgeFlags() -
isRect
public boolean isRect() -
getBounds
-