mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
6bc3f94f52
Gold data is created by numerically solving a second-order non-linear differential equation. (see examples/MultiBody/pendulum_gold.h)
8 lines
171 B
C++
8 lines
171 B
C++
#ifndef TEST_PENDULUM_H
|
|
#define TEST_PENDULUM_H
|
|
|
|
class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TEST_PENDULUM_H
|
|
|