mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove Vec2 and other aliases from std::math.
This commit is contained in:
@@ -117,6 +117,6 @@ fn void test_mat2_inverse()
|
||||
|
||||
fn void test_vec3()
|
||||
{
|
||||
Vec3 cross = (Vec3){2,3,4}.cross({5,6,7});
|
||||
double[<3>] cross = (double[<3>]){2,3,4}.cross({5,6,7});
|
||||
assert(cross == {-3,6,-3});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user