PointContainment3 Enumeration
Defines enumerated values for closed curve/point spatial relationships.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public enum PointContainment3
Public Enumeration PointContainment3
public enum class PointContainment3
Unset |
0 |
Relation is meaningless.
|
Inside |
1 |
Point is on the interior of the region implied by the closed curve.
|
Outside |
2 |
Point is on the exterior of the region implied by the closed curve.
|
Coincident |
3 |
Point is coincident with the curve and therefor neither inside not outside.
|