public class Rectangles extends Object
Constructor and Description |
---|
Rectangles() |
Modifier and Type | Method and Description |
---|---|
static void |
intersect(IRectangle src1,
IRectangle src2,
Rectangle dst)
Intersects the supplied two rectangles, writing the result into
dst . |
static void |
union(IRectangle src1,
IRectangle src2,
Rectangle dst)
Unions the supplied two rectangles, writing the result into
dst . |
public static void intersect(IRectangle src1, IRectangle src2, Rectangle dst)
dst
.public static void union(IRectangle src1, IRectangle src2, Rectangle dst)
dst
.Copyright © 2017. All rights reserved.