cleanup
This commit is contained in:
parent
f0bb14524b
commit
e661dcaf0a
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ test "Mat3x3_mulVec_vec3" {
|
||||||
try testing.expect(math.Vec3, expected).eql(m);
|
try testing.expect(math.Vec3, expected).eql(m);
|
||||||
}
|
}
|
||||||
|
|
||||||
test "Mat4x4_mulVec_ve4" {
|
test "Mat4x4_mulVec_vec4" {
|
||||||
const v = math.vec4(2, 5, 1, 8);
|
const v = math.vec4(2, 5, 1, 8);
|
||||||
const mat = math.Mat4x4.init(
|
const mat = math.Mat4x4.init(
|
||||||
&math.vec4(1, 0, 2, 0),
|
&math.vec4(1, 0, 2, 0),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue