Exemplo n.º 1
0
 public SetVelocityArgs(SetVelocityDirection direction, double translationSpeed, double rotationSpeed, bool overwriteCurrentVelocity)
 {
     this.Direction                = direction;
     this.TranslationSpeed         = translationSpeed;
     this.RotationSpeed            = rotationSpeed;
     this.OverwriteCurrentVelocity = overwriteCurrentVelocity;
 }
		public SetVelocityArgs(SetVelocityDirection direction, double translationSpeed, double rotationSpeed, bool overwriteCurrentVelocity)
		{
			this.Direction = direction;
			this.TranslationSpeed = translationSpeed;
			this.RotationSpeed = rotationSpeed;
			this.OverwriteCurrentVelocity = overwriteCurrentVelocity;
		}