Click or drag to resize

PointContainment3 Enumeration

Defines enumerated values for closed curve/point spatial relationships.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public enum PointContainment3
Members
  Member nameValueDescription
Unset0 Relation is meaningless.
Inside1 Point is on the interior of the region implied by the closed curve.
Outside2 Point is on the exterior of the region implied by the closed curve.
Coincident3 Point is coincident with the curve and therefor neither inside not outside.
See Also