Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RozDavid/UnScene3D
/ log
Function
log
utils/cpp_utils/include/vec3.h:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
template<class T>
417
inline vec3<T> log(const vec3<T> &v) {
418
return vec3<T>(log(v.x), log(v.y), log(v.z));
419
}
420
421
template<class T>
422
inline vec3<T> max(const vec3<T> &p, T v) {
Callers
1
opt_n_threads
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected