Modifier and Type | Method and Description |
---|---|
Point2D |
VectorSpace.getPoint() |
Modifier and Type | Method and Description |
---|---|
List<Point2D> |
Function.getPoints() |
Modifier and Type | Method and Description |
---|---|
Double |
MaskFunction.getMask(Point2D point) |
Modifier and Type | Method and Description |
---|---|
BlockingMask |
FunctionFactory.blockingMask(List<Point2D> points) |
BlockingMask |
FunctionFactory.blockingMask(List<Point2D> points,
Description description) |
Function |
FunctionFactory.discreteFunction(List<Point2D> points) |
EmissionMask |
FunctionFactory.emissionMask(List<Point2D> points,
List<Double> mask) |
EmissionMask |
FunctionFactory.emissionMask(List<Point2D> points,
List<Double> mask,
Description description) |
MaskFunction |
FunctionFactory.maskFunction(List<Point2D> points,
List<Double> mask) |
Modifier and Type | Field and Description |
---|---|
static Point2D |
Point2D.ORIGIN |
Modifier and Type | Field and Description |
---|---|
static Comparator<Point2D> |
Point2D.X_COMPARATOR |
static Comparator<Point2D> |
Point2D.Y_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.add(double x,
double y) |
Point2D |
Point2D.add(Point2D other) |
Point2D |
Polygon2D.center() |
protected static Point2D |
PolygonUtil.find(Polygon2D polygon,
org.seamcat.model.geometry.PolygonUtil.PointCompare primary,
org.seamcat.model.geometry.PolygonUtil.PointCompare secondary) |
Point2D |
LineSegment2D.getA() |
Point2D |
LineSegment2D.getB() |
static Point2D |
PolygonUtil.getRandomPointInside(Polygon2D polygon) |
Point2D |
Point2D.scale(double factor) |
Point2D |
Point2D.subtract(double x,
double y) |
Point2D |
Point2D.subtract(Point2D other) |
Point2D |
Point2D.translate(Vector2D v) |
Modifier and Type | Method and Description |
---|---|
static List<Point2D> |
PolygonUtil.allPoints(SystemSpaces shapes) |
List<Point2D> |
Polygon2D.getVertices() |
protected static Map<org.seamcat.model.geometry.PolygonUtil.Orientation,List<Point2D>> |
PolygonUtil.map(Polygon2D polygon) |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.add(Point2D other) |
static Inequality2D |
Polygon2D.calculateInequality(LineSegment2D lineSegment,
Point2D pointInHalfPlane)
Calculate the linear inequality representing the half plane defined by the given line
and the given point.
|
boolean |
Polygon2D.contains(Point2D p) |
static Vector2D |
Vector2D.fromTo(Point2D a,
Point2D b) |
Point2D |
Point2D.subtract(Point2D other) |
Constructor and Description |
---|
LineSegment2D(Point2D point1,
Point2D point2) |
Point2D(Point2D p) |
Polygon2D(Point2D point) |
Constructor and Description |
---|
Polygon2D(List<Point2D> vertices) |
Modifier and Type | Method and Description |
---|---|
static double |
Mathematics.calculateElevation(Point2D from,
double fromHeight,
Point2D to,
double toHeight)
Calculate the elevation angle between points.
|
static double |
Mathematics.calculateKartesianAngle(Point2D to)
Calculate the Kartesian angle between (0,0) and point.
|
static double |
Mathematics.calculateKartesianAngle(Point2D to,
Point2D from)
Calculate the Kartesian angle between points.
|
static double |
Mathematics.distance(Point2D to)
Calculates the distance from (0,0) to the given point
|
static double |
Mathematics.distance(Point2D from,
Point2D to)
Calculates the distance between two points
|
static double |
Mathematics.linearInterpolate(double wantedX,
Point2D first,
Point2D second)
Does a linear interpolation of points first and second to calculate
the wanted function value of wantedX
|
Modifier and Type | Method and Description |
---|---|
Point2D |
CorrelationMode.getCorrelationVector(InterferenceLink link,
Results preSimulation) |
Point2D |
DefaultCorrelationDefinitions.getVictimPosition(VictimResultCollector collector,
String relativeTo) |
Modifier and Type | Method and Description |
---|---|
void |
SimulationInstance.interferingSystemSimulation(EventResult eventResult,
InterferenceLink link,
Point2D position)
For the given
InterferenceLink let the interfering system simulate. |
void |
SimulationInstance.interferingSystemSimulation(EventResult eventResult,
InterferenceLink link,
Point2D position,
LinkResult positionFromCoLocation)
Will be called with Interference Link is co-Located.
|
Modifier and Type | Method and Description |
---|---|
Point2D |
CorrelationDefinitions.getVictimPosition(VictimResultCollector collector,
String correlationPoint)
In the method getVictimCorrelationPoints a list of point names
can be chosen as the victim system position.
|
Modifier and Type | Method and Description |
---|---|
Point2D |
AntennaResult.getPosition() |
Modifier and Type | Method and Description |
---|---|
List<Point2D> |
Collector.getScatterPoints(MultiValueDef definition) |
Modifier and Type | Method and Description |
---|---|
void |
Collector.add(MultiValueDef def,
Point2D plot)
collect a MultiValueDef of type ScatterPlot
|
LinkResult |
LinkResult.add(Point2D delta) |
void |
AntennaResult.setPosition(Point2D position) |
Modifier and Type | Method and Description |
---|---|
Point2D |
CorrelationSetting.trialDelta() |
Modifier and Type | Method and Description |
---|---|
List<Point2D> |
ScatterDiagramResultType.value() |
Copyright © 2018. All rights reserved.