c

org.nlogo.agent

Drawing3D

class Drawing3D extends api.Drawing3D

Annotations
@strictfp()
Source
Drawing3D.scala
Linear Supertypes
api.Drawing3D, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Drawing3D
  2. Drawing3D
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Drawing3D(world: World3D)

Value Members

  1. def addLine(x0: Double, y0: Double, z0: Double, x1: Double, y1: Double, z1: Double, width: Double, color: AnyRef): Unit
  2. def addStamp(shape: String, x1: Double, y1: Double, z1: Double, x2: Double, y2: Double, z2: Double, color: AnyRef, lineThickness: Double, directedLink: Boolean, destSize: Double, heading: Double, pitch: Double): Unit
  3. def addStamp(shape: String, xcor: Double, ycor: Double, zcor: Double, size: Double, heading: Double, pitch: Double, roll: Double, color: AnyRef, lineThickness: Double): Unit
  4. def clear(): Unit
  5. def drawLine(x0: Double, y0: Double, z0: Double, x1: Double, y1: Double, z1: Double, width: Double, color: AnyRef): Unit
  6. def lines: List[api.DrawingLine3D]
    Definition Classes
    Drawing3DDrawing3D
  7. def linkStamps: List[api.LinkStamp3D]
    Definition Classes
    Drawing3DDrawing3D
  8. def stamp(agent: Agent): Unit
  9. def turtleStamps: List[api.TurtleStamp3D]
    Definition Classes
    Drawing3DDrawing3D