Vector2.isEmpty

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

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

Meta