mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
export get_acceleration
This commit is contained in:
@@ -1971,7 +1971,7 @@ EX namespace nisot {
|
||||
return true;
|
||||
}
|
||||
|
||||
hyperpoint get_acceleration(const hyperpoint& at, const hyperpoint& vel) {
|
||||
EX hyperpoint get_acceleration(const hyperpoint& at, const hyperpoint& vel) {
|
||||
return christoffel(at, vel, vel);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user