DrawingLine3D

org.nlogo.agent.DrawingLine3D
case class DrawingLine3D(x0: Double, y0: Double, z0: Double, x1: Double, y1: Double, z1: Double, heading: Double, pitch: Double, width: Double, color: AnyRef) extends DrawingLine3D

Attributes

Source
DrawingLine3D.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def length: Double

Attributes

Source
DrawingLine3D.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product