lineSegmentList, vertexList, visible
Constructor and Description |
---|
Panel()
Create a flat checkerboard panel in the xz-plane that runs
from -1 to 1 in the z-direction and -1 to 1 in the x-direction.
|
Panel(int xMin,
int xMax,
int zMin,
int zMax)
Create a flat checkerboard panel in the xz-plane with the given dimensions.
|
addLineSegment, addLineSegment, addVertex, setColor, setColorRandom, setRandomColors, setRandomLineSegmentColors, toString
public Panel()
public Panel(int xMin, int xMax, int zMin, int zMax)
xMin
- location of left edgexMax
- location of right edgezMin
- location of back edgezMax
- location of front edge