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

Method XYZ

test/core/test_statics.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct XYZ {
22 float x, y, z;
23 XYZ(float a, float b, float c) : x(a), y(b), z(c) {}
24 static const XYZ &getIdentity() {
25 static XYZ iT(1, 2, 3);
26 return iT;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected