Packages

t

org.nlogo.api

Protractor

trait Protractor extends AnyRef

Source
Protractor.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protractor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def towards(fromX: Double, fromY: Double, toX: Double, toY: Double, wrap: Boolean): Double
    Annotations
    @throws( classOf[AgentException] )
  2. abstract def towardsPitch(fromX: Double, fromY: Double, fromZ: Double, toX: Double, toY: Double, toZ: Double, wrap: Boolean): Double
    Annotations
    @throws( classOf[AgentException] )