public class VectorSpace extends Object
Modifier and Type | Field and Description |
---|---|
static VectorSpace |
ZERO |
Constructor and Description |
---|
VectorSpace(Bounds xBounds,
Bounds yBounds) |
Modifier and Type | Method and Description |
---|---|
VectorSpace |
add(VectorSpace range) |
VectorSpace |
addCircle(Bounds bounds)
Grow the vector space by adding a circles radius
bounds.
|
Bounds |
getCoverage()
Finds the bounds for this rectangle, i.e.
|
Point2D |
getPoint() |
Bounds |
getxBounds() |
Bounds |
getyBounds() |
VectorSpace |
negate() |
String |
toString() |
public static final VectorSpace ZERO
public Bounds getxBounds()
public Bounds getyBounds()
public VectorSpace add(VectorSpace range)
public VectorSpace negate()
public VectorSpace addCircle(Bounds bounds)
bounds
- the min max of the circle to extend this space withpublic Bounds getCoverage()
public Point2D getPoint()
Copyright © 2018. All rights reserved.