Function AStar.setPointPosition

Sets the position for the point with the given id.

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