MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Vector

Method Vector

test/embind/embind_test.cpp:923–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921
922struct Vector {
923 Vector() = delete;
924
925 Vector(float x_, float y_, float z_, float w_) : x(x_), y(y_), z(z_), w(w_) {}
926

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected