MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / ~vec4

Method ~vec4

jni/venus/vec4.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37public:
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]) { }
42 explicit vec4(T scalar): x(scalar), y(scalar), z(scalar), w(scalar) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected