|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.lightrays.raytracer.scene.geometry.Roots
public class Roots
The Class Roots.
| Field Summary | |
|---|---|
int |
num
The num. |
double |
r0
The r0. |
double |
r1
The r1. |
double |
r2
The r2. |
double |
r3
The r3. |
| Constructor Summary | |
|---|---|
Roots()
|
|
| Method Summary | |
|---|---|
double |
getMaxRoot()
Gets the max root. |
double |
getMinPositiveRoot(double r)
Gets the min positive root. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int num
public double r0
public double r1
public double r2
public double r3
| Constructor Detail |
|---|
public Roots()
| Method Detail |
|---|
public double getMaxRoot()
public double getMinPositiveRoot(double r)
r - the r
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||