Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ operator<<
Method
operator<<
src/math/linear_algebra.cpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void mat4::operator<<(const std::initializer_list<float>& data) {
145
memcpy(mat_.data(), data.begin(), sizeof(float) * data.size());
146
}
147
148
mat4 mat4::rotation(const float angle) {
149
using Eigen::Affine3f;
Callers
nothing calls this directly
Calls
3
begin
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected