Click or drag to resize

IVicinityPointsToCurve Interface

pulls points to a curve if closer than a given maximum and returns an ordered list points which lie on the curve.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IVicinityPointsToCurve

The IVicinityPointsToCurve type exposes the following members.

Methods
  NameDescription
Public methodPull
Pulls points to a curve if closer than a given maximum.
Top
See Also