Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ vec3
Method
vec3
jni/venus/vec3.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
public:
41
vec3() = default;
42
~vec3() = default;
43
44
explicit vec3(const T *array): x(array[0]), y(array[1]), z(array[2]) { }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected