Vector2.diff

Calculate the diff between two vectors.

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

Meta