MCPcopy 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
144void mat4::operator<<(const std::initializer_list<float>& data) {
145 memcpy(mat_.data(), data.begin(), sizeof(float) * data.size());
146}
147
148mat4 mat4::rotation(const float angle) {
149 using Eigen::Affine3f;

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected