template <class T>
class vtb::core::Propulsor
Types
  • using rudder_array = std::vector< rudder_type >
  • using propeller_array = std::vector< propeller_type >
  • using rudder_type = Rudder< T >
  • using propeller_type = Propeller< T >
  • using vec = blitz::TinyVector< T, 3 >
Methods
  • rudders() -> rudder_array &
  • propellers() -> propeller_array &
  • rudders() const -> const rudder_array &
  • propellers() const -> const propeller_array &
  • thrust() const -> vec
  • Propulsor()