Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTriangleF Structure


In This Topic
    NTriangleF Structure Properties
    In This Topic

    For a list of all members of this type, see NTriangleF members.

    Public Properties
     NameDescription
    Public PropertyGets the area of the triangle.  
    Public PropertyGets the signed area of the triangle.  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyGets the medi center of the triangle.  
    Public PropertyGets the perimiter of the triangle (SideA + SideB + SideC).  
    Public PropertyGets the side formed by the vertices B and C.  
    Public PropertyGets the side formed by the vertices C and A.  
    Public PropertyGets the side formed by the vertices A and B.  
    Public PropertyGets an array of the triangle vertices.  
    Top
    See Also