Package com.aspose.threed
Class Vertex
- java.lang.Object
-
- com.aspose.threed.Vertex
-
-
Method Summary
Modifier and Type Method Description int
compareTo(Vertex other)
Compare the vertex with another vertex instanceboolean
equals(java.lang.Object obj)
Check if two objects are equal.int
hashCode()
Gets the hash code of the vertexjava.lang.String
toString()
Gets the string representation ofVertex
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Gets the string representation ofVertex
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(Vertex other)
Compare the vertex with another vertex instance- Specified by:
compareTo
in interfacejava.lang.Comparable<Vertex>
- Parameters:
other
-
-
equals
public boolean equals(java.lang.Object obj)
Check if two objects are equal.- Overrides:
equals
in classjava.lang.Object
- Parameters:
obj
-
-
hashCode
public int hashCode()
Gets the hash code of the vertex- Overrides:
hashCode
in classjava.lang.Object
-
-