MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / parseReal2

Function parseReal2

engine/3rdparty/tinyobjloader/tiny_obj_loader.h:1021–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021static inline void parseReal2(real_t *x, real_t *y, const char **token,
1022 const double default_x = 0.0,
1023 const double default_y = 0.0) {
1024 (*x) = parseReal(token, default_x);
1025 (*y) = parseReal(token, default_y);
1026}
1027
1028static inline void parseReal3(real_t *x, real_t *y, real_t *z,
1029 const char **token, const double default_x = 0.0,

Callers 2

LoadObjFunction · 0.85

Calls 1

parseRealFunction · 0.85

Tested by

no test coverage detected