x static method

double x(
  1. GraphNode node
)

Implementation

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