Vector3.diff

Calculate the diff between two vectors.

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

Meta