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

Method ~vec2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected