Vector3.isEmpty

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

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

Meta