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š b1d708b4fb MSVC 2013 compatibility: can't have anonymous typed enum in template class. 13 years ago
..
Implementation Merge branch 'master' into compatibility 13 years ago
Test MSVC 2013 compatibility: need explicit typing for addTests(). 13 years ago
AbstractShape.cpp Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
AbstractShape.h MSVC 2013 compatibility: can't have anonymous typed enum in template class. 13 years ago
AxisAlignedBox.cpp Removed default template argument from DimensionTraits. 13 years ago
AxisAlignedBox.h Shapes: preparation for non-boolean collision queries. 13 years ago
Box.cpp Removed default template argument from DimensionTraits. 13 years ago
Box.h Removed default template argument from DimensionTraits. 13 years ago
CMakeLists.txt Fix installation dir for DLLs on Windows. 13 years ago
Capsule.cpp Shapes: expect only uniform scaling for some primitives. 13 years ago
Capsule.h Shapes: preparation for non-boolean collision queries. 13 years ago
Collision.h Shapes: Collision object, providing more detailed collision information. 13 years ago
Composition.cpp GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Composition.h MSVC 2013 compatibility: workarounds for friend function declarations. 13 years ago
Cylinder.cpp Shapes: added infinite cylinder shape. 13 years ago
Cylinder.h Shapes: preparation for non-boolean collision queries. 13 years ago
Line.cpp Removed default template argument from DimensionTraits. 13 years ago
Line.h Removed default template argument from DimensionTraits. 13 years ago
LineSegment.h Removed default template argument from DimensionTraits. 13 years ago
Plane.cpp Shapes: expect only uniform scaling for some primitives. 13 years ago
Plane.h Shapes: preparation for non-boolean collision queries. 13 years ago
Point.cpp Removed default template argument from DimensionTraits. 13 years ago
Point.h Removed default template argument from DimensionTraits. 13 years ago
Shape.cpp Removed default template argument from DimensionTraits. 13 years ago
Shape.h Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
ShapeGroup.cpp Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
ShapeGroup.h Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
Shapes.h Shapes: added InvertedSphere shape. 13 years ago
Sphere.cpp Shapes: collision of InvertedSphere and Sphere. 13 years ago
Sphere.h Shapes: collision of InvertedSphere and Sphere. 13 years ago
magnumShapesVisibility.h Fix static build on Windows. 13 years ago
shapeImplementation.cpp Merge branch 'master' into compatibility 13 years ago
shapeImplementation.h Merge branch 'master' into compatibility 13 years ago