y static method

double y(
  1. GraphNode node
)

Implementation

static double y(GraphNode node) {
  return node.y;
}