TriangleF Structure | 
Namespace: NeoAxis
public struct TriangleF
The TriangleF type exposes the following members.
| Name | Description | |
|---|---|---|
| TriangleF(Triangle) | 
            Constructs a triangle with another specified Triangle object.
              | |
| TriangleF(Vector3F, Vector3F, Vector3F) | 
            Constructs a triangle with the given A, B and C components.
              | 
| Name | Description | |
|---|---|---|
| Equals(Object) | 
            Determines whether the specified object is equal to the current instance of TriangleF.
              (Overrides ValueTypeEquals(Object).) | |
| Equals(TriangleF, Single) | 
            Determines whether the specified triangle is equal to the current instance of TriangleF
            with a given precision.
              | |
| Equals(TriangleF, Single) | 
            Determines whether the specified triangle is equal to the current instance of TriangleF
            with a given precision.
              | |
| GetHashCode | 
            Returns a hash code for this instance.
              (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Intersects(BoundsF) | ||
| Intersects(BoundsF) | ||
| ToString | 
            Returns a String that represents the current instance of TriangleF.
              (Overrides ValueTypeToString.) | |
| ToTriangle | 
            Converts the current instance of TriangleF to the triangle of Triangle format.
              | 
| Name | Description | |
|---|---|---|
| Equality | 
            Determines whether two given triangles are equal.
              | |
| Inequality | 
            Determines whether two given triangles are unequal.
              | 
| Name | Description | |
|---|---|---|
| A | 
            The A corner point of the triangle.
              | |
| B | 
            The B corner point of the triangle.
              | |
| C | 
            The C corner point of the triangle.
              | 
| Name | Description | |
|---|---|---|
| MethodInvoke | 
            Calls the object method by name.
              (Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.   
            Gets the value of the object property by name.
              (Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.   
            Gets the value of the object property by name.
              (Defined by ObjectEx.) | |
| PropertySet | 
            Sets the value of the object property by name.
              (Defined by ObjectEx.) |