- BACKGROUND_COLOR - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- binomial(int, double) - Method in class org.edisonwj.draw3d.Rand
-
- BOUNDED_EXP_PARAM - Static variable in class org.edisonwj.draw3d.Rand
-
- bounded_exponential(double) - Method in class org.edisonwj.draw3d.Rand
-
- BOUNDRY_RADIUS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- Box3D - Class in org.edisonwj.draw3d
-
Box3D class captures information defining a JavaFX Box instantiation with specified:
- xyz location of center point (user coordinate scale)
- width (user coordinate scale)
- height (user coordinate scale)
- depth (user coordinate scale)
- xyz rotations (optional)
- PhongMaterial (optional)
- DrawMode setting (optional)
- Cullface setting (optional)
Box3D objects are drawn as javafx.scene.shape.box objects.
- Box3D(Point3D, double, double, double) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point, width, height, and depth.
- Box3D(Point3D, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point, width, height, depth, and PhongMaterial.
- Box3D(Point3D, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point, width, height, depth,
and x, y, z rotations.
- Box3D(Point3D, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point, width, height, depth,
x, y, z rotations and PhongMaterial.
- Box3D(double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point coordinates, width, height, and depth.
- Box3D(double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point coordinates, width, height, depth,
and PhongMaterial.
- Box3D(double, double, double, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point coordinates, width, height, depth,
and x, y, z rotations.
- Box3D(double, double, double, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given its center point coordinates, width, height, depth,
x, y, z rotations and PhongMaterial.
- Box3D(String) - Constructor for class org.edisonwj.draw3d.Box3D
-
Constructs a Box3D object given specification of the parameters
in Save Data File format.
- buildScene() - Method in class org.edisonwj.draw3d.Draw3D
-
Builds the Scene for display and use by Draw3D methods.
- buildSubScene() - Method in class org.edisonwj.draw3d.Draw3D
-
Builds the SubScene, creates the data structures and groups required for Draw3D,
and initializes to default state per the settings in Draw3DDefaults.
- buildTest() - Method in class org.edisonwj.draw3d.Draw3D
-
Draws a test set of eight vectors, one in each quadrant of the user coordinate space.