Get the numeric type used to measure a vectors's coordinates.
static assert(is(DimensionType!vec2f == float)); static assert(is(DimensionType!vec3d == double));
See Implementation
Get the numeric type used to measure a vectors's coordinates.