Vector3.isEmpty

Checks if this vector is empty. This means that his coordinates are 0.

struct Vector3(T)
const pure nothrow
bool
isEmpty
()
if (
isNumeric!T
)

Meta