Modifier and Type | Method and Description |
---|---|
Bounds |
Distribution.getBounds() |
Modifier and Type | Field and Description |
---|---|
static Bounds |
Bounds.ZERO |
Modifier and Type | Method and Description |
---|---|
Bounds |
Bounds.add(Bounds bounds) |
Bounds |
Function.getBounds() |
Bounds |
VectorSpace.getCoverage()
Finds the bounds for this rectangle, i.e.
|
Bounds |
VectorSpace.getxBounds() |
Bounds |
VectorSpace.getyBounds() |
Modifier and Type | Method and Description |
---|---|
Bounds |
Bounds.add(Bounds bounds) |
VectorSpace |
VectorSpace.addCircle(Bounds bounds)
Grow the vector space by adding a circles radius
bounds.
|
Constructor and Description |
---|
VectorSpace(Bounds xBounds,
Bounds yBounds) |
Modifier and Type | Method and Description |
---|---|
static Polygon2D |
PolygonUtil.add(Bounds rectangleX,
Bounds rectangleY,
Polygon2D polygon)
Add a rectangle and a polygon together
|
static Polygon2D |
PolygonUtil.convertCircle(double radius,
double turnAngle,
int edgeCount,
Bounds angles)
Restrict the circle with given radius into a convex polygon with the given number of
edges.
|
Modifier and Type | Method and Description |
---|---|
Bounds |
CorrelationMode.getBounds(InterferenceLink link) |
Bounds |
ConsistencyCheckContext.getCoverage() |
Bounds |
TransceiverSettings.getHeight() |
Bounds |
ConsistencyCheck.getSystemCoverage() |
Modifier and Type | Method and Description |
---|---|
Bounds |
TransceiverSettingsImpl.getHeight() |
Constructor and Description |
---|
TransceiverSettingsImpl(Bounds height,
List<LocalEnvironment> localEnvironments) |
Modifier and Type | Method and Description |
---|---|
Bounds |
Transmitter.getBandwidthBounds() |
Constructor and Description |
---|
Transmitter(EmissionMask emissionMask,
MaskFunction emissionFloor,
boolean usingEmissionFloor,
double bandwidth,
Bounds bandwidthBounds,
List<LocalEnvironment> localEnvironments,
AntennaGain antennaGain,
Distribution height,
double bandwidthOffset,
boolean usePowerControl) |
Copyright © 2018. All rights reserved.