Class VertexDataUnit
VertexDataUnit class
The coordinates of the vertices triangle facets.
public class VertexDataUnit : IEquatable<VertexDataUnit>
Constructors
| Name | Description |
|---|
| VertexDataUnit(float, float, float) | Initializes a new instance of the VertexDataUnit class. |
Properties
| Name | Description |
|---|
| X { get; } | Gets or sets the X-Coordinate. |
| Y { get; } | Gets or sets the Y-Coordinate. |
| Z { get; } | Gets or sets the Z-Coordinate. |
Methods
| Name | Description |
|---|
| override Equals(object) | Indicates whether the current object is equal to another object. |
| Equals(VertexDataUnit) | Indicates whether the current object is equal to another object of the same type. |
| override GetHashCode() | Gets hash code. |
| operator == | Overloading the equality operator. |
| operator != | Overloading the inequality operator. |
See Also