Name | Description | |
---|---|---|
![]() | Area | Gets the area of the triangle. |
![]() | AreaSigned | Gets the signed area of the triangle. |
![]() | Bounds | Gets the minimal enclosing rectangle |
![]() | BoundsRange | Gets the minimal enclosing 2D range |
![]() | IsFlat | Determines whether this is a flat primitive |
![]() | MediCenter | Gets the medi center of the triangle. |
![]() | Perimiter | Gets the perimiter of the triangle (SideA + SideB + SideC). |
![]() | SideA | Gets the side formed by the vertices B and C. |
![]() | SideB | Gets the side formed by the vertices C and A. |
![]() | SideC | Gets the side formed by the vertices A and B. |
![]() | Vertices | Gets an array of the triangle vertices. |