Click or drag to resize
Accord.NET (logo)

LineSegment Operators and Type Conversions

The LineSegment type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Equality operator - checks if two line segments have equal parameters.
Public operatorStatic member(LineSegment to Line)
Converts this LineSegment to a Line by discarding its endpoints and extending it infinitely in both directions.
Public operatorStatic memberInequality
Inequality operator - checks if two lines have different parameters.
Top
See Also