org.nlogo.agent
Class DrawingLine3D

java.lang.Object
  extended by org.nlogo.agent.DrawingLine3D
All Implemented Interfaces:
DrawingLine3D

public class DrawingLine3D
extends Object
implements DrawingLine3D


Field Summary
 Object color
           
 double heading
           
 double pitch
           
 double width
           
 double x0
           
 double x1
           
 double y0
           
 double y1
           
 double z0
           
 double z1
           
 
Method Summary
 Object color()
           
 double heading()
           
 double length()
           
 double pitch()
           
 double width()
           
 double x0()
           
 double x1()
           
 double y0()
           
 double y1()
           
 double z0()
           
 double z1()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x0

public double x0

y0

public double y0

z0

public double z0

x1

public double x1

y1

public double y1

z1

public double z1

width

public double width

color

public Object color

heading

public double heading

pitch

public double pitch
Method Detail

x0

public double x0()
Specified by:
x0 in interface DrawingLine3D

y0

public double y0()
Specified by:
y0 in interface DrawingLine3D

z0

public double z0()
Specified by:
z0 in interface DrawingLine3D

x1

public double x1()
Specified by:
x1 in interface DrawingLine3D

y1

public double y1()
Specified by:
y1 in interface DrawingLine3D

z1

public double z1()
Specified by:
z1 in interface DrawingLine3D

width

public double width()
Specified by:
width in interface DrawingLine3D

color

public Object color()
Specified by:
color in interface DrawingLine3D

heading

public double heading()
Specified by:
heading in interface DrawingLine3D

pitch

public double pitch()
Specified by:
pitch in interface DrawingLine3D

length

public double length()
Specified by:
length in interface DrawingLine3D