almostEqual

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @nogc @safe
bool
almostEqual
(
T
S
)
(
T a
,
S b
,
float epsilon = 0.000001f
)
if (
isVector!T &&
&&
T.dimension == S.dimension
)

Meta