Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.util.math |
Modifier and Type | Class and Description |
---|---|
class |
ERectangle
The
ERectangle immutable class defines a point representing
defined by a location (x, y) and dimension (w x h). |
Modifier and Type | Class and Description |
---|---|
class |
RTNode<T extends RTBounds>
The RTNode class implements R-Trees.
|
Modifier and Type | Method and Description |
---|---|
AbstractFixpRectangle |
RTNode.createFixp(long fixpMinX,
long fixpMinY,
long fixpMaxX,
long fixpMaxY) |
AbstractFixpRectangle |
RTBounds.getBounds() |
Modifier and Type | Class and Description |
---|---|
class |
FixpRectangle |
Modifier and Type | Method and Description |
---|---|
abstract AbstractFixpRectangle |
AbstractFixpRectangle.createFixp(long fixpMinX,
long fixpMinY,
long fixpMaxX,
long fixpMaxY) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GenMath.containedInRectangle(AbstractFixpRectangle bb,
AbstractFixpPoint pi)
Method to determine if a point is inside a rectangle.
|
static FixpRectangle |
GenMath.getQTreeBox(AbstractFixpRectangle box,
int loc)
Calculates the bounding box of a child depending on the location.
|
static boolean |
DBMath.pointInRect(AbstractFixpPoint pt,
AbstractFixpRectangle bounds) |
void |
Orientation.rectangleBounds(AbstractFixpRectangle src,
long fixpCX,
long fixpCY,
AbstractFixpRectangle dst)
Calculate bounds of rectangle transformed by this Orientation.
|
void |
FixpTransform.transform(AbstractFixpRectangle rectSrc,
AbstractFixpRectangle rectDst) |
static void |
DBMath.transformRect(AbstractFixpRectangle bounds,
FixpTransform xform)
Method to transform an AbstractFixpRectangle by a given transformation.
|