- Rand - Class in org.edisonwj.draw3d
-
Rand provides a variety of random number generators.
- Rand(long) - Constructor for class org.edisonwj.draw3d.Rand
-
- Rand() - Constructor for class org.edisonwj.draw3d.Rand
-
- Rectangle3D - Class in org.edisonwj.draw3d
-
Rectangle3D class captures information defining a JavaFX Box instantiation
with specified width and height and near zero depth:
- xyz location of center point (user coordinate scale)
- width (user coordinate scale)
- height (user coordinate scale)
- xyz rotations (optional)
- PhongMaterial (optional)
- DrawMode setting (optional)
- Cullface setting (optional)
Rectangle3D objects are drawn as javafx.scene.shape.box objects with zero depth.
- Rectangle3D(Point3D, double, double) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point, width and height.
- Rectangle3D(Point3D, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point, width, height
and PhongMaterial.
- Rectangle3D(Point3D, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point, width, height
and x, y, z, rotations.
- Rectangle3D(Point3D, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point, width, height,
x, y, z, rotations and PhongMaterial.
- Rectangle3D(double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point coordinates, width and height.
- Rectangle3D(double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point coordinates, width, height
and PhongMaterial.
- Rectangle3D(double, double, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point coordinates, width, height
and x, y, z rotations
- Rectangle3D(double, double, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given its center point coordinates, width, height,
x, y, z rotations and PhongMaterial.
- Rectangle3D(String) - Constructor for class org.edisonwj.draw3d.Rectangle3D
-
Constructs a Rectangle3D object given specification of the parameters
in Save Data File format.
- reset() - Method in class org.edisonwj.draw3d.Xform
-
- resetTSP() - Method in class org.edisonwj.draw3d.Xform
-
- reverse() - Method in class org.edisonwj.draw3d.Polygon3D
-
Reverses the order of vertices in array v
- rotateLine3D(Line3D, double, double, double) - Method in class org.edisonwj.draw3d.Draw3D
-
Computes a new Line3D object with start and end coordinates
transformed by rotations on each axis about the origin.
- ROTATION_SPEED - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- rx - Variable in class org.edisonwj.draw3d.Xform
-
- ry - Variable in class org.edisonwj.draw3d.Xform
-
- rz - Variable in class org.edisonwj.draw3d.Xform
-