- valueOf(String) - Static method in enum org.edisonwj.draw3d.Xform.RotateOrder
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.edisonwj.draw3d.Xform.RotateOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector3D - Class in org.edisonwj.draw3d
-
Vector3D class captures information defining a Vector3D instantiation with specified:
- xyz location of the ending point (arrow point) (user coordinate scale)
- radius in pixels of the arrow line
- PhongMaterial (optional)
Vectors are composite objects created from a JavaFX Cylinder for the line with a
custom MeshView Cone forming the arrow tip.
- Vector3D(Point3D) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates.
- Vector3D(Point3D, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates and its PhongMaterial.
- Vector3D(double, double, double) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates.
- Vector3D(double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates and its PhongMaterial.
- Vector3D(double[]) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates.
- Vector3D(double[], PhongMaterial) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given its end point coordinates and its PhongMaterial.
- Vector3D(String) - Constructor for class org.edisonwj.draw3d.Vector3D
-
Constructs a Vector3D object given specification of the parameters
in Save Data File format.
- VECTOR_POINT_HEIGHT - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- VECTOR_POINT_RADIUS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- VECTOR_RADIUS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- VERTEX_SIZE - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- volume(Point3D, Point3D, Point3D) - Method in class org.edisonwj.draw3d.Polygon3D
-
Returns the volume of the tetrahedron with vertices a, b, c, and d (the origin
at 0,0,0).