| 438 | } |
| 439 | |
| 440 | void ApplyVelocityToRope(int node, short angle, short n) |
| 441 | { |
| 442 | SetPendulumVelocity(n * phd_sin(angle) * 4096, 0, n * phd_cos(angle) * 4096); |
| 443 | } |
| 444 | |
| 445 | void SetPendulumVelocity(int x, int y, int z) |
| 446 | { |
no test coverage detected