Click or drag to resize
Accord.NET (logo)

LineSegment Properties

The LineSegment type exposes the following members.

Properties
  NameDescription
Public propertyEnd
End point of the line segment.
Public propertyLength
Get segment's length - Euclidean distance between its Start and End points.
Public propertyStart
Start point of the line segment.
Top
See Also