Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Member Functions | Public Attributes | Friends | List of all members
vtb::core::Wave_half< T > Struct Template Reference

A half of the wave with length, number and height of the full wave. More...

#include <wave_numbers.hh>

Public Member Functions

 Wave_half (T lambda, T k, T h)
 

Public Attributes

length
 
number
 
height
 

Friends

template<class X >
std::ostreamoperator<< (std::ostream &out, const Wave_half< X > &rhs)
 

Detailed Description

template<class T>
struct vtb::core::Wave_half< T >

A half of the wave with length, number and height of the full wave.

Date
2018-08-14
Author
Ivan Gankevich

Definition at line 45 of file wave_numbers.hh.