Class ObjVertex

ObjVertex class

The OBJ vertex.

public class ObjVertex : IEquatable<ObjVertex>

Constructors

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

Properties

NameDescription
X { get; }Gets the x coordinate.
Y { get; }Gets the y coordinate.
Z { get; }Gets the z coordinate.

Methods

NameDescription
override Equals(object)Indicates whether the current object is equal to another object.
Equals(ObjVertex)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