Returns the center of the line segment defined by the specified points.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
Java Copy Code |
---|
public static Point2D center ( |
The first point of the line segment.
The second point of the line segment.
A Point2D representing the segment's center.