====== Vector3 ======
Vector3 is a family of classes that all represent a point in space
  * [[api:vector3f]]
    * Uses floating point values
  * [[api:vector3d]]
    * Uses double precision floating point values
  * [[api:vector3i]]
    * Uses fixed point (integer) values