[FEAT] Add truncated cylinders

This commit is contained in:
NADAL Jean-Baptiste
2024-03-18 18:39:25 +01:00
parent e17ac42b4a
commit cff3d78450
7 changed files with 287 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ SCENARIO("A Ray misses a cube", "[features/cubes.feature]")
SCENARIO("The normal on the surface of a cube", "[features/cubes.feature]")
{
// | origin | normal |
// | point | normal |
// | point(1, 0.5, -0.8) | vector(1, 0, 0) |
// | point(-1, -0.2, 0.9) | vector(-1, 0, 0) |
// | point(-0.4, 1, -0.1) | vector(0, 1, 0) |