Vector3.diff

Calculate the diff between two vectors.

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

Meta