public class SGeometricIntersectionTest
extends java.lang.Object
| Constructor and Description |
|---|
SGeometricIntersectionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test1_sphereIntersection()
Test de l'intersection entre un rayon à l'origine et une sphère à l'origine.
|
void |
test2_sphereIntersection()
Test de l'intersection sans succès entre un rayon et une sphère.
|
void |
test3_sphereIntersection()
Test de l'intersection avec 2 succès positifs entre un rayon et une sphère dans un cas quelconque.
|
void |
test4_sphereIntersection()
Test de l'intersection avec 1 succès négatif et 1 succès positif entre un rayon et une sphère dans un cas quelconque.
|
void |
test5_sphereIntersection()
Test de l'intersection avec 2 succès négatif entre un rayon et une sphère dans un cas quelconque.
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void test1_sphereIntersection()
public void test2_sphereIntersection()
public void test3_sphereIntersection()
public void test4_sphereIntersection()
public void test5_sphereIntersection()