Function AStar2D.setPointPosition

Sets the position for the point with the given id.

void setPointPosition (
  const(long) id,
  const(Vector2) position
) nothrow @nogc;