|
Blender V4.3
|
#include "LinearMath/btScalar.h"Go to the source code of this file.
Functions | |
| int | SolveP2 (btScalar *x, btScalar a, btScalar b) |
| int | SolveP3 (btScalar *x, btScalar a, btScalar b, btScalar c) |
| int | SolveP4 (btScalar *x, btScalar a, btScalar b, btScalar c, btScalar d) |
| int | SolveP5 (btScalar *x, btScalar a, btScalar b, btScalar c, btScalar d, btScalar e) |
| int | SolveP4Bi (btScalar *x, btScalar b, btScalar d) |
| int | SolveP4De (btScalar *x, btScalar b, btScalar c, btScalar d) |
| void | CSqrt (btScalar x, btScalar y, btScalar &a, btScalar &b) |
| btScalar | N4Step (btScalar x, btScalar a, btScalar b, btScalar c, btScalar d) |
| btScalar | SolveP5_1 (btScalar a, btScalar b, btScalar c, btScalar d, btScalar e) |
Definition at line 119 of file poly34.cpp.
Referenced by SolveP4Bi(), and SolveP4De().
Definition at line 52 of file poly34.cpp.
Referenced by continuousCollisionDetection().
Definition at line 71 of file poly34.cpp.
References A, B, b, cos(), eps, fabs(), root3(), sqrt(), and TwoPi.
Referenced by continuousCollisionDetection(), and SolveP4De().
Definition at line 300 of file poly34.cpp.
References b, N4Step(), and SolveP4De().
Referenced by SolveP5().
Definition at line 143 of file poly34.cpp.
References b, CSqrt(), and sqrt().
Referenced by SolveP4De().
Definition at line 208 of file poly34.cpp.
References b, CSqrt(), dblSort3(), e, fabs(), SolveP3(), SolveP4Bi(), and sqrt().
Referenced by SolveP4().
Definition at line 441 of file poly34.cpp.
References b, e, SolveP4(), and SolveP5_1().