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...")
 
 
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 19: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)