cyphesis/physics
Alistair Riddoch e742d7d185 Ensure shape works on Form pointers.
The methods look odd, as pure virtual methods which override a pure virtual
method in the base, but it is necessary so that if the method is called on
this interface, the return type is correct.
2013-01-27 01:21:22 +00:00
..
BBox.cpp 2009-01-12 Al Riddoch <alriddoch@googlemail.com> 2009-01-12 16:15:21 +00:00
BBox.h Use the C++ standard way to get efficient math 2011-04-27 19:35:35 +01:00
Collision.cpp Add cassert to files that need it. 2011-02-02 23:29:21 -08:00
Collision.h Fixes for gcc 4.5, thanks to Alfredo Tupone 2010-10-20 22:51:42 +01:00
Course.cpp Fill out class used for courses of paths and rivers 2012-04-26 21:00:23 +01:00
Course.h Handle inlining more explicitly 2012-08-07 12:27:47 +01:00
Course_impl.h Fill out class used for courses of paths and rivers 2012-04-26 21:00:23 +01:00
Makefile.am Add a bunch of missing headers 2012-08-02 15:40:27 +01:00
Quaternion.cpp Use C++ std::sqrt for efficiency 2011-04-27 19:46:13 +01:00
Quaternion.h 2009-01-12 Al Riddoch <alriddoch@googlemail.com> 2009-01-12 06:57:26 +00:00
Shape.cpp Add abstract destructor to base class 2012-08-06 23:54:41 +01:00
Shape.h Ensure shape works on Form pointers. 2013-01-27 01:21:22 +00:00
Shape_impl.h Add a virtual copy method to Shape 2013-01-27 01:10:05 +00:00
Vector3D.cpp Use WFMath::CoordType for geometry calculations 2011-04-28 01:05:03 +01:00
Vector3D.h Use C++ std::sqrt for efficiency 2011-04-27 19:46:13 +01:00