Remove old TODOs.

This commit is contained in:
Roz K 2022-12-05 05:48:54 +01:00
parent af25548752
commit a4bd4a88cc
Signed by: roz
GPG Key ID: 51FBF4E483E1C822
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@
#include "math.hpp"
//TODO: benchmark this ctypes interface against pure python maths
void rk_mat3_rotation(
rk_mat3 & ret,
rk_vec3 const & axis,

View File

@ -13,8 +13,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//TODO: use glm types
#ifndef _RK_ENGINE_TYPES_H
#define _RK_ENGINE_TYPES_H