misc.h

changeset 29
55406ce7446e
parent 25
c74bb88f537d
child 30
31ff9aabd506
--- a/misc.h	Mon Mar 18 13:16:21 2013 +0200
+++ b/misc.h	Mon Mar 18 18:29:02 2013 +0200
@@ -12,9 +12,12 @@
 long getWordInt (str& s, const ushort n);
 vertex parseVertex (str& s, const ushort n);
 void stripWhitespace (str& s);
+
+// Returns whether a given string represents a floating point number
+// TODO: Does LDraw support scientific notation?
 bool isNumber (str& zToken);
 
-// Float to string
+// Converts a float value to a string value.
 str ftoa (double fCoord);
 
 #endif // __MISC_H__
\ No newline at end of file

mercurial