* The numeric type used to measure coordinates of a vector.
*
static assert(is(DimensionType!Vector2F == float)); static assert(is(DimensionType!Vector3D == double)); static assert(is(DimensionType!Vector4U == uint));
See Implementation
* The numeric type used to measure coordinates of a vector.