Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLine Structure
Fields Properties Methods


In This Topic
    NLine Structure Members
    In This Topic

    The following tables list the members exposed by NLine.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor.  
    Top
    Public Fields
     NameDescription
    Public FieldThe A parameter of the line.  
    Public FieldThe B parameter of the line.  
    Public FieldThe C parameter of the line.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the line is empty (e.g. a and b are equal to 0)  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets a normalized line from two points  
    Public MethodGets a line that is perpendicular to the current line and intersects it at the specified point.  
    Public MethodOverloaded. Check if this line intersects the specified circle.  
    Public MethodOverloaded. Check if this line intersects the specified circle and returns the intersection points if it does.  
    Public MethodComputes the normal distance of a point to the line.  
    Public MethodConverts this line to NRay.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Top
    See Also