Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setAsPoint
Method
setAsPoint
test/skinning_test_no_simd.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void setAsPoint(float x, float y, float z) {
73
x = this->x;
74
y = this->y;
75
z = this->z;
76
w = 1.0f;
77
}
78
};
79
80
// 3x3 transform matrix plus a translation 3-vector (stored in the w components
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected