LineIntersectionType Enumeration

Indicates whether a line is intersecting or to be intersected.

Definition

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

Members

cutting 0 Designates a line segments that cuts another line segment.
cut 1 Designates a line segments that is potentially cut by another line segment.

See Also