IsNullVector Function

Check if the given vector is the NULL_VECTOR.

bool IsNullVector(const float vec[3])

Parameters

const float[3] vec

The vector to test.

Return Value

True if NULL_VECTOR, false otherwise.