public class SSphereGeometryTest
extends java.lang.Object
Constructor and Description |
---|
SSphereGeometryTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test1_intersection()
Test de l'intersection entre un rayon à l'origine et une sphère à l'origine.
|
void |
test2_intersection()
Test de l'intersection sans succès entre un rayon et une sphère.
|
void |
test3_intersection()
Test de l'intersection avec 2 succès positifs entre un rayon et une sphère dans un cas quelconque.
|
void |
test4_intersection()
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_intersection()
Test de l'intersection avec 2 succès négatif entre un rayon et une sphère dans un cas quelconque.
|
void |
test6_intersection()
Test de l'intersection avec 1 succès entre un rayon et une sphère tel que le rayon par de la surface de la sphère vers l'intérieur.
|
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void test1_intersection()
public void test2_intersection()
public void test3_intersection()
public void test4_intersection()
public void test5_intersection()
public void test6_intersection()