Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ jsonToRectF
Function
jsonToRectF
source/core/StarJsonExtra.cpp:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
RectF jsonToRectF(Json const& v) {
159
return RectF(jsonToRectD(v));
160
}
161
162
Json jsonFromRectF(RectF const& rect) {
163
return JsonArray{rect.xMin(), rect.yMin(), rect.xMax(), rect.yMax()};
Callers
6
Vehicle
Method · 0.85
questParamDetailFromJson
Function · 0.85
PlayerConfig
Method · 0.85
readCommonParameters
Method · 0.85
fromJson
Method · 0.85
renderMonsterHealthBar
Method · 0.85
Calls
1
jsonToRectD
Function · 0.85
Tested by
no test coverage detected