Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class
Fields Properties Methods


In This Topic
    Segment2D Class Members
    In This Topic

    The following tables list the members exposed by Segment2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field Start point.  
    Public Field End point.  
    Top
    Public Properties
     NameDescription
    Public Property If true, the segment is a degenerated one (a point).  
    Public Property Gets the 2D segment length.  
    Public Property Gets the segment mid point.  
    Public Property Gets the 2D segment normal vector (not normalized).  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Returns true if the two segments are collinear.  
    Public Method Creates a deep copy of this 2D segment.  
    Public Method Finds the point inside the segment that is closest to given point.  
    Public Method Extends the segment of the amount provided.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Computes the intersection of two 2D segments.  
    Public Methodstatic (Shared in Visual Basic) Computes the intersection of two 2D segments.  
    Public Methodstatic (Shared in Visual Basic) Computes the intersection of two infinite 2D lines.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Method  
    Public Method Evaluates a point on (infinite) segment.  
    Public Method Finds the point on the (infinite) line that is closest to given point.  
    Public Method  
    Public Method Converts this 2D segment to a human readable string.  
    Top
    Public Operators
    See Also