mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-04 16:24:08 +00:00
export get_acceleration
This commit is contained in:
parent
ce441eb4bc
commit
68ee90fcba
@ -1971,7 +1971,7 @@ EX namespace nisot {
|
|||||||
return true;
|
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);
|
return christoffel(at, vel, vel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user