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

Method StructVector

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

Source from the content-addressed store, hash-verified

953
954struct StructVector : DummyDataToTestPointerAdjustment, Vector {
955 StructVector() : Vector(0, 0, 0, 0) {}
956 StructVector(float x, float y, float z, float w) : Vector(x, y, z, w) {}
957};
958

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected