Class ObjVertex
ObjVertex class
The OBJ vertex.
public class ObjVertex : IEquatable<ObjVertex>
Constructors
Name | Description |
---|
ObjVertex(float, float, float) | Initializes a new instance of the ObjVertex class. |
Properties
Name | Description |
---|
X { get; } | Gets the x coordinate. |
Y { get; } | Gets the y coordinate. |
Z { get; } | Gets the z coordinate. |
Methods
Name | Description |
---|
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