and that's where having the distinction between `Vector` and `Point` can be useful because a `Vector
and that's where having the distinction between
because a
while the core things people do with
Vector and Point can be usefulbecause a
Vector is largely only beneficial with floating-point, due to the operations it has to supportwhile the core things people do with
Point (or Coordinate or ...) are less mathematical and can have core functionality filled in nicely still

