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

Method CalPoint4

test/skinning_test_no_simd.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57struct CalPoint4 : CalBase4 {
58 CalPoint4() {
59 x = 0.0f;
60 y = 0.0f;
61 z = 0.0f;
62 w = 1.0f;
63 }
64
65 CalPoint4(float x, float y, float z, float w = 1.0f) {
66 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected