Package renderer.models_L
Class PanelYZ
- java.lang.Object
-
- renderer.scene.Model
-
- renderer.models_L.PanelYZ
-
-
Field Summary
-
Fields inherited from class renderer.scene.Model
colorList, name, primitiveList, vertexList, visible
-
-
Constructor Summary
Constructors Constructor Description PanelYZ()
Create a flat checkerboard panel in the yz-plane that runs from -1 to 1 in the y-direction and -1 to 1 in the z-direction.PanelYZ(int yMin, int yMax, int zMin, int zMax)
Create a flat checkerboard panel in the xz-plane with the given dimensions.PanelYZ(int yMin, int yMax, int zMin, int zMax, double x)
Create a flat checkerboard panel parallel to the yz-plane with the given dimensions.
-
-
-
Constructor Detail
-
PanelYZ
public PanelYZ()
Create a flat checkerboard panel in the yz-plane that runs from -1 to 1 in the y-direction and -1 to 1 in the z-direction.
-
PanelYZ
public PanelYZ(int yMin, int yMax, int zMin, int zMax)
Create a flat checkerboard panel in the xz-plane with the given dimensions.- Parameters:
yMin
- location of bottom edgeyMax
- location of top edgezMin
- location of back edgezMax
- location of front edge
-
PanelYZ
public PanelYZ(int yMin, int yMax, int zMin, int zMax, double x)
Create a flat checkerboard panel parallel to the yz-plane with the given dimensions.- Parameters:
yMin
- location of bottom edgeyMax
- location of top edgezMin
- location of back edgezMax
- location of front edgex
- x-plane that holds the panel
-
-