- Icosahedron - Class in org.edisonwj.draw3d
-
Icosahedron class extends MeshView and provides for creation of a Icosahedron mesh object.
- Icosahedron(double) - Constructor for class org.edisonwj.draw3d.Icosahedron
-
Constructs an Icosahedron MeshView object.
- Icosahedron3D - Class in org.edisonwj.draw3d
-
Icosahedron3D class captures information defining a Icosahedron instantiation with specified:
- xyz location of the Icosahedron center (user coordinate scale)
- size (user coordinate scale), edge-length is 2*size
- xyz rotations (optional)
- PhongMaterial (optional)
- DrawMode setting (optional)
- Cullface setting (optional)
The Icosahedron3D object is drawn using a custom Icosahedron MeshView object.
- Icosahedron3D(Point3D, double) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location and size.
- Icosahedron3D(Point3D, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size, and PhongMaterial.
- Icosahedron3D(Point3D, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size and
x, y, z rotations.
- Icosahedron3D(Point3D, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size,
x, y, z rotations and PhongMaterial.
- Icosahedron3D(double, double, double, double) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location and size.
- Icosahedron3D(double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size,
and PhongMaterial.
- Icosahedron3D(double, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size and
x, y, z rotations.
- Icosahedron3D(double, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given its center point location, size,
x, y, z rotations and PhongMaterial.
- Icosahedron3D(String) - Constructor for class org.edisonwj.draw3d.Icosahedron3D
-
Constructs an Icosahedron3D object given specification of the parameters
in Save Data File format
- incrSequence() - Method in class org.edisonwj.draw3d.Draw3D
-
Initiates a new view and makes it immediately visible while making the
previous view invisible in a sequence of views with associated data objects.
- ip - Variable in class org.edisonwj.draw3d.Xform
-
- isConvexPoly() - Method in class org.edisonwj.draw3d.Polygon3D
-
Provides an indication as to whether the Polygon specified by the Point3D array, v,
of vertices is convex
- isDrone() - Method in interface org.edisonwj.draw3d.Algorithm
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmB
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmBezierCubic3D
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmBezierOrderN3D
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmC
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmDrone1
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmDrone2
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmDrone3
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmDrone4
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmF
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmX
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmY
-
- isDrone() - Method in class org.edisonwj.draw3d.AlgorithmZ
-
- isInAxisPlane() - Method in class org.edisonwj.draw3d.Polygon3D
-
Provides an indication as to whether the Polygon determined by Point3D array v
lies in a plane determined by the coordinate axes.
- isPlanar() - Method in class org.edisonwj.draw3d.Polygon3D
-
Provides an indication as to whether the Point3D array v contains a set of Polygon
vertices that lie in the plane specified by coordinates a, b, c, d.