Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setAsVector
Method
setAsVector
test/skinning_test_no_simd.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void setAsVector(float x, float y, float z) {
50
this->x = x;
51
this->y = y;
52
this->z = z;
53
w = 0.0f;
54
}
55
};
56
57
struct CalPoint4 : CalBase4 {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected