Difference between revisions of "PrintVec2f"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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...") |
Shadlington (Talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | Prints the given Vec2f with the given prefix text - to the console, if its available. | + | Prints the given [[Vec2f]] with the given prefix text - to the console, if its available. |
</onlyinclude> | </onlyinclude> | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> |
Latest revision as of 18:38, 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)