Class VertexDataUnit

VertexDataUnit class

The coordinates of the vertices triangle facets.

public class VertexDataUnit : IEquatable<VertexDataUnit>

Constructors

NameDescription
VertexDataUnit(float, float, float)Initializes a new instance of the VertexDataUnit class.

Properties

NameDescription
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

NameDescription
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