All Packages Class Hierarchy This Package Previous Next Index
Class com.loki3.cyber.pawn.ToolGPS
java.lang.Object
|
+----com.loki3.cyber.pawn.Tool
|
+----com.loki3.cyber.pawn.ToolGPS
- public class ToolGPS
- extends Tool
Geographic Position System tool which can tell you
what your absolute position is.
Note that scanners, weapons, etc. work relative to
a pawn's orientation, not absolute GPS coordinates.
ToolGPS()
-
getOrientation()
- Get orientation relative to absolute coordinates.
getPosition()
- Get location in absolute coordinates.
ToolGPS
public ToolGPS()
getPosition
public Vector getPosition()
Get location in absolute coordinates.
getOrientation
public Vector getOrientation()
Get orientation relative to absolute coordinates.
All Packages Class Hierarchy This Package Previous Next Index