Creates a Position from coordinates.
Position.fromCoordinates(double x, double y, double z) : vector = Vector3(x, y, z);