Class GraphNode.Point

java.lang.Object
org.nuxeo.ecm.platform.routing.core.impl.GraphNode.Point
Enclosing interface:
GraphNode

public static class GraphNode.Point extends Object
Since:
7.1
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Point

      public Point(double x, double y)