mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
export get_acceleration
This commit is contained in:
parent
ce441eb4bc
commit
68ee90fcba
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user