Class Edge
java.lang.Object
eu.iv4xr.framework.spatial.meshes.Edge
This class contains two indices in the form of primitive integers that
describe an edge.
edge.get(0) gives the edge's end-point with the smaller index, and
edge.get(1) gives the end-point with the larger index.
- Author:
- Naraenda
-
Field Details
-
i
public int i -
j
public int j
-
-
Constructor Details
-
Edge
public Edge(int v0, int v1)
-
-
Method Details
-
iterator
-
center
Given a list that maps vertex-indices to their real positions, this method calculate the center/middle point of this edge. -
hashCode
public int hashCode() -
equals
-