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

Method vec2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected