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