- LABEL_FONT - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- LABEL_FONT_SIZE - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- length() - Method in class org.edisonwj.draw3d.Arrow3D
-
Provides the Arrow3D line length (in user coordinate space)
- length() - Method in class org.edisonwj.draw3d.Line3D
-
Provides the Line3D line length (in user coordinate space)
- length() - Method in class org.edisonwj.draw3d.Vector3D
-
Provides the Vector3D length (magnitude) (in user coordinate space)
- Line3D - Class in org.edisonwj.draw3d
-
Line3D class captures information defining a Line3D instantiation with specified:
- xyz location of the starting point (user coordinate scale)
- xyz location of the ending point (user coordinate scale)
- equation flag indicating a line defined by symmetric line equation coefficients
- radius in pixels of the line
- PhongMaterial (optional)
Lines are created using JavaFX Cylinders.
- Line3D(Point3D, Point3D) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given start point and end point.
- Line3D(Point3D, Point3D, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given start point, end point, and PhongMaterial.
- Line3D(double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given start point and end point.
- Line3D(double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given start point, end point, and PhongMaterial.
- Line3D(double, double, double, double, double, double, boolean) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given the coefficients of the symmetric line equation.
- Line3D(double, double, double, double, double, double, boolean, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given the coefficients of the symmetric line equation and its PhongMaterial.
- Line3D(String) - Constructor for class org.edisonwj.draw3d.Line3D
-
Constructs a Line3D object given specification of the parameters
in Save Data File format.
- LINE_RADIUS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- loadAlgorithm(String) - Method in class org.edisonwj.draw3d.Draw3D
-
Loads the specified Algorithm class.
- loadData(String, String) - Method in class org.edisonwj.draw3d.Draw3D
-
Loads the specified data file.
- loadData(String) - Method in class org.edisonwj.draw3d.Draw3D
-
Loads the specified data file.