![]() |
VM2D 1.14
Vortex methods for 2D flows simulation
|
#include <utils.h>


Public Member Functions | |
| constexpr | Vector3 ()=default |
| constexpr | Vector3 (const Vector3< T > &other)=default |
| constexpr | Vector3 (Vector3< T > &&other)=default |
| constexpr Vector3< T > & | operator= (const Vector3< T > &other)=default |
| constexpr Vector3< T > & | operator= (Vector3< T > &&other)=default |
| constexpr | Vector3 (T x, T y, T z) |
| constexpr Vector3< T > | operator+ (const Vector3< T > &rhs) const |
| constexpr Vector3< T > | operator- (const Vector3< T > &rhs) const |
| constexpr Vector3< T > | operator* (const double &x) const |
| constexpr Vector3< T > | operator/ (const double &x) const |
| constexpr void | operator+= (const Vector3< T > &rhs) |
| constexpr void | operator-= (const Vector3< T > &rhs) |
| constexpr void | operator*= (const double &x) |
| constexpr void | operator/= (const double &x) |
| constexpr bool | operator== (const Vector3< T > &rhs) const |
| constexpr bool | operator!= (const Vector3< T > &rhs) const |
Public Attributes | |
| T | elements |
| STL member. | |
|
constexprdefault |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
inherited |
STL member.