public interface IConnectionInterpolator
IConnectionInterpolator
is responsible for
computing
an ICurve
that represents
the geometry of the Connection
.Modifier and Type | Method and Description |
---|---|
ICurve |
interpolate(Connection connection)
An
ICurve that is interpolated through the Connection 's
points. |
ICurve interpolate(Connection connection)
ICurve
that is interpolated through the Connection
's
points.connection
- The Connection
for which to interpolate an
ICurve
.ICurve
that was interpolated through the
Connection
's points.Copyright (c) 2014 itemis AG and others. All rights reserved.