NodeInfo constructor

NodeInfo(
  1. double x,
  2. double y,
  3. double xVector,
  4. double yVector,
)

Implementation

NodeInfo(
  this.x,
  this.y,
  this.xVector,
  this.yVector,
);