IVicinity Interface

interface for testing whether a given point is in the vicinity of some predefined geometric objects.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IVicinity

Methods

IsNear Returns true if the given point is within the tolerance distance of the predefined geometric objects.
ToString Returns a textual description of itself.

See Also