MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ReadModelVector

Function ReadModelVector

model/polymodel.cpp:885–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void ReadModelVector(vector *vec, CFILE *infile) {
886 vec->x = cf_ReadFloat(infile);
887 vec->y = cf_ReadFloat(infile);
888 vec->z = cf_ReadFloat(infile);
889}
890
891void ReadModelStringLen(char *ptr, int len, CFILE *infile) {
892 int i;

Callers 1

ReadNewModelFileFunction · 0.85

Calls 1

cf_ReadFloatFunction · 0.85

Tested by

no test coverage detected