public interface LineIntersectable
| Modifier and Type | Method and Description |
|---|---|
HasPosition |
nearestPointToLine(Line line)
Returns the point on this object which is nearest to the specified
line.
|
HasPosition nearestPointToLine(Line line)
HasPosition object which is
attached to the object and moves with it.line - line to which nearest point is to be computed