MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / jsonFromMat3F

Function jsonFromMat3F

source/core/StarJsonExtra.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289Json jsonFromMat3F(Mat3F const& v) {
290 return JsonArray{jsonFromVec3F(v[0]), jsonFromVec3F(v[1]), jsonFromVec3F(v[2])};
291}
292
293StringList jsonToStringList(Json const& v) {
294 StringList result;

Callers 1

toJsonMethod · 0.85

Calls 1

jsonFromVec3FFunction · 0.85

Tested by

no test coverage detected