java.lang.Objectorg.nlogo.agent.DrawingLine3D
public class DrawingLine3D
Field Summary | |
---|---|
Object |
color
|
double |
heading
|
double |
length
|
double |
pitch
|
double |
width
|
double |
x0
|
double |
x1
|
double |
y0
|
double |
y1
|
double |
z0
|
double |
z1
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x0
public double y0
public double z0
public double x1
public double y1
public double z1
public double width
public Object color
public double length
public double heading
public double pitch