You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
076144886a
Math: added half pi and Euler's number to constants.
...
Constants::piHalf() is not longer to write than doing the division
manually and it has significantly smaller mental overhead. Also I chose
piHalf() instead of halfPi() to make it more discoverable through
autocompletion.
Float a = Constants::pi()*0.5f;
Float a = Constants::piHalf();
Float b = Constants::pi()/(2*countOfSomething);
Float b = Constants::piHalf()/countOfSomething;
12 years ago
..
best-practices.dox
doc: document all WebGL restrictions.
12 years ago
building.dox
doc: explicitly mention CMAKE_PREFIX_PATH in building docs.
12 years ago
cmake.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
coding-style.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
compilation-speedup.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
debug-tools.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
features.dox
Happy new year too.
12 years ago
getting-started-blue.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
getting-started.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
getting-started.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
mainpage.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
matrix-vector.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
method-chaining.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
namespaces.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
opengl-mapping.dox
Discourage usage of *Texture::setImage() even more.
12 years ago
opengl-support.dox
doc: we now have pretty complete ARB_direct_state_access support.
12 years ago
opengl.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
platform.dox
doc: have all references in docs relative to root namespace.
12 years ago
plugins.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
portability.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
scenegraph.dox
doc: have all references in docs relative to root namespace.
12 years ago
shapes.dox
doc: have all references in docs relative to root namespace.
12 years ago
tips.dox
Happy new year too.
12 years ago
transformations.dox
Math: added half pi and Euler's number to constants.
12 years ago
troubleshooting.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
types.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
utilities.dox
doc: documented all command-line utilities.
12 years ago