public class MorphologyAnalyzer2DInProData.InflectionPoint extends Point2D.Double
Point2D.Double, Point2D.Float
Modifier and Type | Field and Description |
---|---|
(package private) MorphologyAnalyzer2DInProData.SegmentType |
type
Type of segment starting with this point.
|
x, y
Constructor and Description |
---|
InflectionPoint(double xx,
double yy,
MorphologyAnalyzer2DInProData.SegmentType t)
Default constructor.
|
getX, getY, setLocation, toString
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
MorphologyAnalyzer2DInProData.SegmentType type
public InflectionPoint(double xx, double yy, MorphologyAnalyzer2DInProData.SegmentType t)
xx
- x-coordinate of point.yy
- y-coordinate of point.t
- Type of segment.Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.