Vector2.diff

Calculate the diff between two vectors.

struct Vector2(T)
const pure nothrow
float
diff
(
ref const Vector2 vec
)
if (
isNumeric!T
)

Meta