class Protractor extends api.Protractor
Ordering
- Alphabetic
- By Inheritance
Inherited
- Protractor
- Protractor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def distance(x1: Double, y1: Double, x2: Double, y2: Double, wrap: Boolean): Double
- def distance(agent1: api.Agent, agent2: api.Agent, wrap: Boolean): Double
- def distance(agent: api.Agent, x2: Double, y2: Double, wrap: Boolean): Double
- def distanceToLink(link: Link, x: Double, y: Double): Double
- def getPatchAtHeadingAndDistance(x: Double, y: Double, heading: Double, distance: Double): Patch
- def getPatchAtHeadingAndDistance(a: Agent, heading: Double, distance: Double): Patch
- def inBounds(x1: Double, y1: Double, x2: Double, y2: Double, x: Double, y: Double): Boolean
-
def
towards(fromX: Double, fromY: Double, toX: Double, toY: Double, wrap: Boolean): Double
- returns
0 <= result < 360
- Definition Classes
- Protractor → Protractor
-
def
towards(fromAgent: api.Agent, toX: Double, toY: Double, wrap: Boolean): Double
- returns
0 <= result < 360
- def towards(fromAgent: api.Agent, toAgent: api.Agent, wrap: Boolean): Double
-
def
towardsPitch(fromX: Double, fromY: Double, fromZ: Double, toX: Double, toY: Double, toZ: Double, wrap: Boolean): Double
- Definition Classes
- Protractor → Protractor
- def towardsPitch(fromAgent: api.Agent, toX: Double, toY: Double, toZ: Double, wrap: Boolean): Double
- def towardsPitch(fromAgent: api.Agent, toAgent: api.Agent, wrap: Boolean): Double