whoa/src/math/Types.cpp
2023-03-31 12:03:37 -05:00

6 lines
94 B
C++

#include "math/Types.hpp"
fixed16::operator float() const {
return this->n / 32767.0f;
}