public class Axis extends Group
Each axis is color coordinated and the length can be adjusted.
X axis: Red
Y axis: Green
Z axis: Blue
Modified by: Joseph A.Huwaldt
Constructor and Description |
---|
Axis()
Create a default axis object with each item length 5 from the origin
|
Axis(float length)
Create an axis object with the given axis length from the origin.
|
Axis(float length,
float transparency)
Create an axis object with the given axis length from the origin.
|
public Axis()
public Axis(float length)
length
- The length to use. Must be positivepublic Axis(float length, float transparency)
length
- The length to use. Must be positivetransparency
- The amount of transparency in the axis (0=opaque, 1=fully
transparent).