Remove Quat from math.odin

This commit is contained in:
Ginger Bill
2017-06-01 15:12:54 +01:00
parent 13b8a1e348
commit 9d1a4c304a
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -26,7 +26,6 @@ Mat3 :: [3][3]f32;
Mat4 :: [4][4]f32;
Complex :: complex64;
Quat :: quaternion128;
sqrt :: proc(x: f32) -> f32 #foreign __llvm_core "llvm.sqrt.f32";
sqrt :: proc(x: f64) -> f64 #foreign __llvm_core "llvm.sqrt.f64";