MCPcopy 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
32int readCoordF(FILE *input, Point2 &coord) {
33 return fscanf(input, "%lf , %lf", &coord.x, &coord.y);
34}
35
36int readCoordS(const char **input, Point2 &coord) {
37 char *end = NULL;

Callers 1

readShapeDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected