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

Method ~vec3

jni/venus/vec3.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40public:
41 vec3() = default;
42 ~vec3() = default;
43
44 explicit vec3(const T *array): x(array[0]), y(array[1]), z(array[2]) { }
45 explicit vec3(T scalar): x(scalar), y(scalar), z(scalar) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected