Core: Add constexpr constructors/operators to math structs
• Begin integrating `constexpr` on math tests; use `static_assert` where appropriate
This commit is contained in:
parent
9e6ee9c5c3
commit
ea62170dac
56 changed files with 1109 additions and 1159 deletions
|
|
@ -135,7 +135,6 @@ void MobileVRInterface::set_position_from_sensors() {
|
|||
// few things we need
|
||||
Input *input = Input::get_singleton();
|
||||
Vector3 down(0.0, -1.0, 0.0); // Down is Y negative
|
||||
Vector3 north(0.0, 0.0, 1.0); // North is Z positive
|
||||
|
||||
// make copies of our inputs
|
||||
bool has_grav = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue