MCPcopy Create free account
hub / github.com/MyGUI/mygui / writeCoord

Function writeCoord

MyGUIEngine/src/msdfgen/core/shape-description.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static bool writeCoord(FILE *output, Point2 coord) {
66 fprintf(output, "%.12g, %.12g", coord.x, coord.y);
67 return true;
68}
69
70template <typename T, int (*readChar)(T *), int (*readCoord)(T *, Point2 &)>
71static int readControlPoints(T *input, Point2 *output) {

Callers 1

writeShapeDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected