math: Add Ray type and ray methods to test runner

This commit is contained in:
Joel D. Schüller 2023-10-03 14:42:28 +02:00 committed by Stephen Gutekanst
parent 9399cda75c
commit 24b9a415b3
2 changed files with 6 additions and 0 deletions

View file

@ -206,6 +206,7 @@ test {
testing.refAllDeclsRecursive(Expect(mach.math.Vec2h));
testing.refAllDeclsRecursive(Expect(mach.math.Vec3));
testing.refAllDeclsRecursive(Expect(mach.math.Vec4d));
testing.refAllDeclsRecursive(Expect(mach.math.Ray));
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4h));
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4));
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4d));