- main(String[]) - Static method in class org.edisonwj.draw3d.ASampler
-
- main(String[]) - Static method in class org.edisonwj.draw3d.Draw3D
-
- main(String[]) - Static method in class org.edisonwj.draw3d.StudentBase
-
- meanX(Point3D[]) - Method in class org.edisonwj.draw3d.Plane3D
-
Returns the mean x coordinate value from the provided set of Plane/Boundary intersection vertices.
- meanX(Point3D[]) - Method in class org.edisonwj.draw3d.Polygon3D
-
Returns the mean x coordinate value from the provided set of Polygon vertices.
- meanY(Point3D[]) - Method in class org.edisonwj.draw3d.Plane3D
-
Returns the mean y coordinate value from the provided set of Plane/Boundary intersection vertices.
- meanY(Point3D[]) - Method in class org.edisonwj.draw3d.Polygon3D
-
Returns the mean y coordinate value from the provided set of Polygon vertices.
- meanZ(Point3D[]) - Method in class org.edisonwj.draw3d.Plane3D
-
Returns the mean z coordinate value from the provided set of Plane/Boundary intersection vertices.
- meanZ(Point3D[]) - Method in class org.edisonwj.draw3d.Polygon3D
-
Returns the mean z coordinate value from the provided set of Polygon vertices.
- Mesh3D - Class in org.edisonwj.draw3d
-
This class is still under construction.
- Mesh3D(TriangleMesh, Point3D) - Constructor for class org.edisonwj.draw3d.Mesh3D
-
Constructs a Mesh3D object given a Mesh3D and its location.
- Mesh3D(TriangleMesh, Point3D, double, double, double) - Constructor for class org.edisonwj.draw3d.Mesh3D
-
Constructs a Mesh3D object given a TriangleMesh, its location and
x, y, z rotations.
- Mesh3D(TriangleMesh, Point3D, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Mesh3D
-
Constructs a Mesh3D object given a TriangleMesh, its location,
x, y, z rotations and PhongMaterial.
- midpoint() - Method in class org.edisonwj.draw3d.Arrow3D
-
Provides the Arrow3D line mid-point (in user coordinate space)
- midpoint() - Method in class org.edisonwj.draw3d.Line3D
-
Provides the Line3D line mid-point (in user coordinate space)
- midpoint() - Method in class org.edisonwj.draw3d.Vector3D
-
Provides the Vector3D line mid-point (in user coordinate space)
- MIN_MAX_X - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- MIN_MAX_Y - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- MIN_MAX_Z - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- mmpp(int, int, double, double, double, double, double) - Method in class org.edisonwj.draw3d.Rand
-
- MOUSE_SPEED - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
-
- multiply(double) - Method in class org.edisonwj.draw3d.Arrow3D
-
Creates a new Arrow3D object scaled by the value t
- multiply(double, Vector3D) - Static method in class org.edisonwj.draw3d.Vector3D
-
Returns the scalar product of a vector and scalar quantity