Skip navigation links
A B C D E F G I L M N O P R S T U V X 

C

CAMERA_FAR_CLIP - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
CAMERA_INITIAL_DISTANCE - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
CAMERA_INITIAL_X_ANGLE - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
CAMERA_INITIAL_Y_ANGLE - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
CAMERA_NEAR_CLIP - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
changeXYZ(double, double, double) - Method in class org.edisonwj.draw3d.Polygon3D
Modifies each vertex xyz coordinate tuple by adding to it the x, y, and z parameter values, updating the v array set of Polygon vertices.
checkLeft(Point3D, Point3D, Point3D) - Method in class org.edisonwj.draw3d.Polygon3D
Provides an indication when traversing the Point3D Polygon vertices from a to b to c, as to whether the path turns left or right when going from the side ab to vertex c.
Cone - Class in org.edisonwj.draw3d
Cone class extends MeshView and provides for creation of a Cone mesh object.
Cone(double, double) - Constructor for class org.edisonwj.draw3d.Cone
Constructs a Cone MeshView object.
Cone(double, double, int) - Constructor for class org.edisonwj.draw3d.Cone
Constructs a Cone MeshView object.
Cone3D - Class in org.edisonwj.draw3d
Cone3D class captures information defining a Cone instantiation with specified: - xyz location of the cone tip (user coordinate scale) - radius (user coordinate scale) - height (user coordinate scale) - xyz rotations (optional) - number of divisions - PhongMaterial (optional) - DrawMode setting (optional) - Cullface setting (optional) The Cone3D object is drawn using a custom Cone MeshView constructed upwards from the tip.
Cone3D(Point3D, double, double) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, and height.
Cone3D(Point3D, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height, and PhongMaterial.
Cone3D(Point3D, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height, and x, y, z rotations.
Cone3D(Point3D, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height, x, y, z rotations and PhongMaterial.
Cone3D(double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, and height.
Cone3D(double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height, and PhongMaterial.
Cone3D(double, double, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height and x, y, z rotations.
Cone3D(double, double, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given its tip point location, radius, height, x, y, z rotations and PhongMaterial.
Cone3D(String) - Constructor for class org.edisonwj.draw3d.Cone3D
Constructs a Cone3D object given specification of the parameters in Save Data File format
CONE_DIVISIONS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
crossProduct(double[], double[]) - Method in class org.edisonwj.draw3d.ASampler
 
crossProduct(Vector3D, Vector3D) - Static method in class org.edisonwj.draw3d.Vector3D
Returns the vector cross product of the two input vectors
CUMULATE_DEFAULT - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
CUMULATE_MANUAL_DEFAULT - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
Cylinder3D - Class in org.edisonwj.draw3d
Cylinder3D class captures information defining a JavaFX Cylinder instantiation with specified: - xyz location of the cylinder center point (user coordinate scale) - radius (user coordinate scale) - height (user coordinate scale) - xyz rotations (optional) - number of divisions - PhongMaterial (optional) - DrawMode setting (optional) - Cullface setting (optional) The Cylinder3D object is drawn as a javafx.scene.shape.Cylinder.
Cylinder3D(Point3D, double, double) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point location, radius and height.
Cylinder3D(Point3D, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point location, radius, height and PhongMaterial.
Cylinder3D(Point3D, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point location, radius, height and x, y, z rotations.
Cylinder3D(Point3D, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point location, radius, height, x, y, z rotations and PhongMaterial.
Cylinder3D(double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point coordinates, radius and height.
Cylinder3D(double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point coordinates, radius, height and PhongMaterial.
Cylinder3D(double, double, double, double, double, double, double, double) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point coordinates, radius, height and x, y, z rotations.
Cylinder3D(double, double, double, double, double, double, double, double, PhongMaterial) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given its center point coordinates, radius, height, x, y, z rotations and PhongMaterial.
Cylinder3D(String) - Constructor for class org.edisonwj.draw3d.Cylinder3D
Constructs a Cylinder3D object given specification of the parameters in Save Data File format
CYLINDER_DIVISIONS - Static variable in interface org.edisonwj.draw3d.Draw3DDefaults
 
A B C D E F G I L M N O P R S T U V X 
Skip navigation links