|
BowlerKernel
|
Public Member Functions | |
| Parabola | fromEquation (double Radius, double a, double b) |
| Parabola | fromFocalLength (double Radius, double Focus) |
| ArrayList< Vector3d > | getpoints () |
Static Public Member Functions | |
| static CSG | coneByEquation (double Radius, double a, double b) |
| static CSG | cone (double Radius, double height) |
| static CSG | cone (double Radius, double height, double b) |
| static CSG | coneByHeight (double Radius, double height) |
| static CSG | coneByHeight (double Radius, double height, double b) |
| static CSG | coneByFocalLength (double Radius, double FocalLength) |
| static CSG | extrudeByEquation (double Radius, double a, double b, double thickness) |
Private Member Functions | |
| Parabola () | |
| double | computeY (double x) |
Definition at line 5 of file Parabola.java.
|
private |
Definition at line 12 of file Parabola.java.
Referenced by eu.mihosoft.vrl.v3d.Parabola.coneByEquation(), eu.mihosoft.vrl.v3d.Parabola.coneByFocalLength(), eu.mihosoft.vrl.v3d.Parabola.coneByHeight(), and eu.mihosoft.vrl.v3d.Parabola.extrudeByEquation().
|
private |
Definition at line 16 of file Parabola.java.
Referenced by eu.mihosoft.vrl.v3d.Parabola.getpoints().
|
static |
Definition at line 74 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.coneByHeight(), eu.mihosoft.vrl.v3d.CSG.rotx(), and eu.mihosoft.vrl.v3d.CSG.toZMin().

|
static |
Definition at line 77 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.coneByHeight(), eu.mihosoft.vrl.v3d.CSG.rotx(), and eu.mihosoft.vrl.v3d.CSG.toZMin().

|
static |
Definition at line 59 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.Parabola(), and eu.mihosoft.vrl.v3d.Transform.roty().

|
static |
Definition at line 99 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.Parabola(), and eu.mihosoft.vrl.v3d.Transform.roty().

|
static |
Definition at line 80 of file Parabola.java.
Referenced by eu.mihosoft.vrl.v3d.Parabola.cone().
|
static |
Definition at line 84 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.Parabola(), and eu.mihosoft.vrl.v3d.Transform.roty().

|
static |
Definition at line 114 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.fromEquation(), eu.mihosoft.vrl.v3d.Parabola.getpoints(), eu.mihosoft.vrl.v3d.Parabola.Parabola(), and eu.mihosoft.vrl.v3d.Extrude.points().

| Parabola eu.mihosoft.vrl.v3d.Parabola.fromEquation | ( | double | Radius, |
| double | a, | ||
| double | b | ||
| ) |
Definition at line 24 of file Parabola.java.
Referenced by eu.mihosoft.vrl.v3d.Parabola.extrudeByEquation().
| Parabola eu.mihosoft.vrl.v3d.Parabola.fromFocalLength | ( | double | Radius, |
| double | Focus | ||
| ) |
Definition at line 37 of file Parabola.java.
| ArrayList<Vector3d> eu.mihosoft.vrl.v3d.Parabola.getpoints | ( | ) |
Definition at line 47 of file Parabola.java.
References eu.mihosoft.vrl.v3d.Parabola.computeY().
Referenced by eu.mihosoft.vrl.v3d.Parabola.extrudeByEquation().
