MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / isValid

Method isValid

utils/cpp_utils/include/vec3.h:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 inline bool isValid() const {
108 return (x == x && y == y && z == z);
109 }
110
111 inline bool isFinite() const {
112 return std::isfinite(x) && std::isfinite(y) && std::isfinite(z);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected