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

Method CalVector4

test/skinning_test_no_simd.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34struct CalVector4 : CalBase4 {
35 CalVector4() {
36 x = 0.0f;
37 y = 0.0f;
38 z = 0.0f;
39 w = 0.0f;
40 }
41
42 CalVector4(float x, float y, float z, float w = 0.0f) {
43 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected