Difference between revisions of "PrintVec2f"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Prints the given Vec2f with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printVec2f(const string &pref...")
(No difference)

Revision as of 19:35, 22 August 2012

Prints the given Vec2f with the given prefix text - to the console, if its available.

void printVec2f(const string &prefix, Vec2f v)