Orxonox  0.0.5 Codename: Arcturus
Modules | Files | Classes | Enumerations
Objects

Modules

 Triggers
 Triggers are objects which react to certain events.
 
 Collisionshapes
 
 Eventsystem
 

Files

file  Attacher.h
 Definition of the Attacher class.
 
file  ForceField.h
 Definition of the ForceField class.
 
file  Planet.h
 Definition of the Planet class.
 
file  Script.h
 Definition of the Script class.
 
file  Turret.h
 Definition of the Turret class.
 

Classes

class  orxonox::ForceField
 Implements a force field, that applies a force to any MobileEntity that enters its range. More...
 

Enumerations

enum  orxonox::ForceFieldMode {
  orxonox::ForceFieldMode::tube, orxonox::ForceFieldMode::sphere, orxonox::ForceFieldMode::invertedSphere, orxonox::ForceFieldMode::newtonianGravity,
  orxonox::ForceFieldMode::homogen
}
 The mode of the ForceField. More...
 

Detailed Description

Enumeration Type Documentation

The mode of the ForceField.

Enumerator
tube 

The ForceField has a tube shape.

sphere 

The ForceField has a spherical shape.

invertedSphere 

The ForceField has a spherical shape but "inverted" behavior.

newtonianGravity 

The ForceField imitates Newtonian gravitation for use in stellar bodies.

homogen 

Local homogenous Force field with changeable direction for the Space Station.