Community
Participate
Working Groups
return getP1().getDistance(getP2());
}
/**
* Returns the {@link Point} representing the mid-point of this {@link Line}
*
* @return the mid-point of this {@link Line}
*/
public Point getMidPoint() {
return get(0.5);
// TODO: add specialized getOverlap()