3rd Party Libraries
Recent Additions
Handles Parser
Discord
core
IsNullVector
File
IsNullVector
Last Updated
2017-10-27
Created At
2017-10-27
Check if the given vector is the NULL_VECTOR.
native
bool
IsNullVector(
const float
vec[3]
)
Parameters
const float[3]
vec
The vector to test.
Return Value
bool
True if NULL_VECTOR, false otherwise.