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š
d8a5695a28
Shapes: added infinite cylinder shape.
...
Seems like an essential part of the toolbox -- we have Point, LineSegment
and Line and now we have also all "swept sphere" alternatives to them --
Sphere (swept "along" the point), Capsule (swept along line segment) and
Cylinder (swept along infinite line).
"Implemented" collision detection with point and sphere, which is just
simplified version of collision detection implemented for Capsule (i.e.
no need to check for cap cases).
13 years ago
..
best-practices.dox
Add performance recommendations for Intel Graphics on Linux.
13 years ago
building.dox
Updated ArchLinux building documentation.
13 years ago
cmake.dox
Link with other projects' building and usage documentation.
13 years ago
coding-style.dox
Added thoughts about unit tests to Coding Style.
13 years ago
compilation-speedup.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
debug-tools.dox
Reducing pointer chasings, part 3e: less pointer passing in DebugTools.
13 years ago
features.dox
Shape rework #8 : updated documentation.
13 years ago
getting-started-blue.png
Finally proper Getting Started Guide in documentation.
13 years ago
getting-started.dox
Finally proper Getting Started Guide in documentation.
13 years ago
getting-started.png
Finally proper Getting Started Guide in documentation.
13 years ago
mainpage.dox
Better links to Getting Started Guide.
13 years ago
matrix-vector.dox
Math: ability to access also matrix row vectors.
13 years ago
method-chaining.dox
Reducing pointer chasings, part 1: method chaining via references.
13 years ago
namespaces.dox
Link with other projects' building and usage documentation.
13 years ago
platform.dox
Platform: documentation updates.
13 years ago
portability.dox
Platform: portable application arguments specification.
13 years ago
required-extensions.dox
Initial support for OpenGL 4.4.
13 years ago
scenegraph.dox
Doc++
13 years ago
shapes.dox
Shapes: added infinite cylinder shape.
13 years ago
tips.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
transformations.dox
Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}().
13 years ago
types.dox
Fixed typo in documentation.
13 years ago
unsupported.dox
Added ES2-only support for GL_LUMINANCE{,_ALPHA}.
13 years ago