Click or drag to resize

IVicinity Interface

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

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IVicinity

The IVicinity type exposes the following members.

Methods
  NameDescription
Public methodIsNear
returns true if the given point is within the tolerance distance of the predefined geometric objects
Public methodToString
returns a textual description of itself
Top
See Also