org.nlogo.api
Interface Protractor
- All Known Subinterfaces:
- Protractor3D
- All Known Implementing Classes:
- Protractor, Protractor3D
public interface Protractor
Method Summary |
double |
towards(double fromX,
double fromY,
double toX,
double toY,
boolean wrap)
|
double |
towardsPitch(double fromX,
double fromY,
double fromZ,
double toX,
double toY,
double toZ,
boolean wrap)
|
towards
double towards(double fromX,
double fromY,
double toX,
double toY,
boolean wrap)
throws AgentException
- Throws:
AgentException
towardsPitch
double towardsPitch(double fromX,
double fromY,
double fromZ,
double toX,
double toY,
double toZ,
boolean wrap)
throws AgentException
- Throws:
AgentException