final case classDistanceFromHere(distance: Float) extends Configuration with Product with Serializable
Drive a certain distance from where the vehicle is at the time that the instruction is called.
The starting position is the current position of the vehicle.
distance
how far from the origin point the vehicle should travel
Serializable, Serializable, Product, Equals, Configuration, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
DistanceFromHere
Serializable
Serializable
Product
Equals
Configuration
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
newDistanceFromHere(distance: Float)
distance
how far from the origin point the vehicle should travel
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from DistanceFromHere to
any2stringadd[DistanceFromHere] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from DistanceFromHere to
StringFormat[DistanceFromHere] performed by method StringFormat in scala.Predef.
Drive a certain distance from where the vehicle is at the time that the instruction is called. The starting position is the current position of the vehicle.
how far from the origin point the vehicle should travel