public interface DrawingLine3D
Method Summary | |
---|---|
Object |
color()
|
double |
heading()
|
double |
length()
|
double |
pitch()
|
double |
width()
|
double |
x0()
|
double |
x1()
|
double |
y0()
|
double |
y1()
|
double |
z0()
|
double |
z1()
|
Method Detail |
---|
double width()
double x0()
double y0()
double z0()
double x1()
double y1()
double z1()
Object color()
double length()
double heading()
double pitch()