public class Vertex extends Object implements Comparable<Vertex>
TriMesh
.Modifier and Type | Method and Description |
---|---|
int |
compareTo(Vertex other)
Compare the vertex with another vertex instance
|
boolean |
equals(Object obj)
Check if two objects are equal.
|
int |
hashCode()
Gets the hash code of the vertex
|
String |
toString()
Gets the string representation of
Vertex |
public int compareTo(Vertex other)
compareTo
in interface Comparable<Vertex>
other
- public boolean equals(Object obj)
Copyright © 2019. All rights reserved.