Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ readCoordF
Function
readCoordF
MyGUIEngine/src/msdfgen/core/shape-description.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
int readCoordF(FILE *input, Point2 &coord) {
33
return fscanf(input,
"%lf , %lf"
, &coord.x, &coord.y);
34
}
35
36
int readCoordS(const char **input, Point2 &coord) {
37
char *end = NULL;
Callers
1
readShapeDescription
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected