Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineF Structure
Fields Methods


In This Topic
    NLineF Structure Members
    In This Topic

    The following tables list the members exposed by NLineF.

    Public Constructors
     NameDescription
    Public ConstructorInitializing 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  
    Public Fieldstatic (Shared in Visual Basic)The empty line (all parameters are equal to 0).  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Gets a normalized line from two points.  
    Public MethodGets a line segment lying on the current line, with the specified center and the specified length.  
    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 NRayF.  
    Top
    See Also