Uses of Class
org.seamcat.model.geometry.Point2D
-
-
Uses of Point2D in org.seamcat.model.functions
Methods in org.seamcat.model.functions that return Point2D Modifier and Type Method Description Point2D
VectorSpace. getPoint()
Methods in org.seamcat.model.functions that return types with arguments of type Point2D Modifier and Type Method Description java.util.List<Point2D>
Function. getPoints()
Methods in org.seamcat.model.functions with parameters of type Point2D Modifier and Type Method Description java.lang.Double
MaskFunction. getMask(Point2D point)
Method parameters in org.seamcat.model.functions with type arguments of type Point2D Modifier and Type Method Description BlockingMask
FunctionFactory. blockingMask(java.util.List<Point2D> points)
BlockingMask
FunctionFactory. blockingMask(java.util.List<Point2D> points, Description description)
Function
FunctionFactory. discreteFunction(java.util.List<Point2D> points)
EmissionMask
FunctionFactory. emissionMask(java.util.List<Point2D> points, java.util.List<java.lang.Double> mask)
EmissionMask
FunctionFactory. emissionMask(java.util.List<Point2D> points, java.util.List<java.lang.Double> mask, Description description)
MaskFunction
FunctionFactory. maskFunction(java.util.List<Point2D> points, java.util.List<java.lang.Double> mask)
-
Uses of Point2D in org.seamcat.model.geometry
Fields in org.seamcat.model.geometry declared as Point2D Modifier and Type Field Description static Point2D
Point2D. ORIGIN
Fields in org.seamcat.model.geometry with type parameters of type Point2D Modifier and Type Field Description static java.util.Comparator<Point2D>
Point2D. X_COMPARATOR
static java.util.Comparator<Point2D>
Point2D. Y_COMPARATOR
Methods in org.seamcat.model.geometry that return Point2D Modifier and Type Method 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()
Point2D
Polygon2D. getRandomPointInside()
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)
Methods in org.seamcat.model.geometry that return types with arguments of type Point2D Modifier and Type Method Description static java.util.List<Point2D>
PolygonUtil. allPoints(SystemSpaces shapes)
java.util.List<Point2D>
Polygon2D. getVertices()
protected static java.util.Map<org.seamcat.model.geometry.PolygonUtil.Orientation,java.util.List<Point2D>>
PolygonUtil. map(Polygon2D polygon)
Methods in org.seamcat.model.geometry with parameters of type Point2D Modifier and Type Method 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)
Constructors in org.seamcat.model.geometry with parameters of type Point2D Constructor Description LineSegment2D(Point2D point1, Point2D point2)
Point2D(Point2D p)
Polygon2D(Point2D point)
Constructor parameters in org.seamcat.model.geometry with type arguments of type Point2D Constructor Description Polygon2D(java.util.List<Point2D> vertices)
-
Uses of Point2D in org.seamcat.model.mathematics
Methods in org.seamcat.model.mathematics with parameters of type Point2D Modifier and Type Method 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 pointstatic double
Mathematics. distance(Point2D from, Point2D to)
Calculates the distance between two pointsstatic 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 -
Uses of Point2D in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return Point2D Modifier and Type Method Description Point2D
CorrelationMode. getCorrelationVector(InterferenceLink link, Results preSimulation)
Point2D
DefaultCorrelationDefinitions. getVictimPosition(VictimResultCollector collector, java.lang.String relativeTo)
Methods in org.seamcat.model.plugin.system with parameters of type Point2D Modifier and Type Method Description boolean
Space. contains(Point2D p)
void
SimulationInstance. interferingSystemSimulation(EventResult eventResult, InterferenceLink link, Point2D position)
For the givenInterferenceLink
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. -
Uses of Point2D in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional that return Point2D Modifier and Type Method Description Point2D
CorrelationDefinitions. getVictimPosition(VictimResultCollector collector, java.lang.String correlationPoint)
In the method getVictimCorrelationPoints a list of point names can be chosen as the victim system position. -
Uses of Point2D in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return Point2D Modifier and Type Method Description Point2D
AntennaResult. getPosition()
Methods in org.seamcat.model.simulation.result that return types with arguments of type Point2D Modifier and Type Method Description java.util.List<Point2D>
Collector. getScatterPoints(MultiValueDef definition)
Methods in org.seamcat.model.simulation.result with parameters of type Point2D Modifier and Type Method Description void
Collector. add(MultiValueDef def, Point2D plot)
collect a MultiValueDef of type ScatterPlotLinkResult
LinkResult. add(Point2D delta)
void
AntennaResult. setPosition(Point2D position)
-
Uses of Point2D in org.seamcat.model.types
Methods in org.seamcat.model.types that return Point2D Modifier and Type Method Description Point2D
CorrelationSetting. trialDelta()
-
Uses of Point2D in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return types with arguments of type Point2D Modifier and Type Method Description java.util.List<Point2D>
ScatterDiagramResultType. value()
-