public interface Shape
Modifier and Type | Method and Description |
---|---|
float[] |
getColor()
Returns a three float array of RGB values representing the surface color.
|
double |
getDistance()
Returns the length of the shape.
|
javax.vecmath.Point3d[] |
getPoints()
Returns point array
|
boolean |
isVisible()
Returns true if the shape is visible
|
void |
setVisible(boolean visible)
Sets the visibility of the shape.
|
float[] getColor()
double getDistance()
javax.vecmath.Point3d[] getPoints()
boolean isVisible()
void setVisible(boolean visible)
visible
- true to make the shape visible, false otherwise