getEdge method

HalfEdge? getEdge(
  1. int i
)

Implementation

HalfEdge? getEdge(int i ){
  return null;
}