Click or drag to resize

LineSegment Class

[Missing <summary> documentation for "T:Delaunay.Geo.LineSegment"]

Inheritance Hierarchy
SystemObject
  Delaunay.GeoLineSegment

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class LineSegment

The LineSegment type exposes the following members.

Constructors
  NameDescription
Public methodLineSegment
Initializes a new instance of the LineSegment class
Top
Methods
  NameDescription
Public methodStatic memberCompareLengths
Public methodStatic memberCompareLengths_MAX
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIntersection
Public methodIntersectsWith
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldp0
Public fieldp1
Top
See Also