Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class
Methods


In This Topic
    NGeometry2D Class Members
    In This Topic

    The following tables list the members exposed by NGeometry2D.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Checks whether the given list of points contains any colinear points.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the oriented area of the triangle formed by the given points.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the bounds of the points in the specified points array range.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the bounding range of the points in the specified points array range.  
    Public Methodstatic (Shared in Visual Basic)Gets the length (magnitute) of a vector whoses run is DX and whoses rise is DY.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the medicenter (center of mass) of the points in the specified points array.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the point in the specified array, which is nearest to the specified point. If array is empty returns the point itself.  
    Public Methodstatic (Shared in Visual Basic)Checks whether two line segments intersect and returns the intersection point as an out parameter if they do.  
    Public Methodstatic (Shared in Visual Basic)Merges the colinear points of the given points list.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the middle point between the specified points.  
    Public Methodstatic (Shared in Visual Basic)Calculates the angle formed by the line (p1, p2) and the X axis.  
    Public Methodstatic (Shared in Visual Basic)Calculates the normalized angle formed by the line (p1, p2) and the X axis.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the distance between the specified points.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Calculates the distance between the specified points, raised to the power of 2.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Rotates the specified array of points around the specified pin point.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Scales the specified points  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Translates the specified points  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also