Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
Json jsonFromMat3F(Mat3F const& v) {
290
return JsonArray{jsonFromVec3F(v[0]), jsonFromVec3F(v[1]), jsonFromVec3F(v[2])};
291
}
292
293
StringList jsonToStringList(Json const& v) {
294
StringList result;
Callers
1
toJson
Method · 0.85
Calls
1
jsonFromVec3F
Function · 0.85
Tested by
no test coverage detected