Microflow 3D
v1.0
Vec4.h
Go to the documentation of this file.
1
// ==============================================================================================
2
// Microflow 3D, http://www.microflow.pwr.edu.pl/
3
// Created by Roman Szafran on 29.05.19.
4
// Copyright (c) 2019 Wroclaw University of Science and Technology.
5
// Distributed under the Apache License, Version 2.0, You may obtain a copy of the License at
6
// http://www.apache.org/licenses/LICENSE-2.0 or see accompanying file license.txt.
7
// Redistributions of source code must retain the above copyright and license notice.
8
// ==============================================================================================
9
10
# pragma once
11
12
namespace
MF
{
13
namespace
Database {
14
17
template
<
typename
T>
18
struct
Vec4
{
19
T
x
{0};
20
T
y
{0};
21
T
z
{0};
22
T
rho
{0};
23
};
24
25
}
/* namespace Database */
26
}
/* namespace MF */
MF::Database::Vec4::rho
T rho
Rho value.
Definition:
Vec4.h:22
MF
Definition:
AutoSettingNode.h:23
MF::Database::Vec4
A four element vector data structure.
Definition:
Vec4.h:18
MF::Database::Vec4::z
T z
Z direction value.
Definition:
Vec4.h:21
MF::Database::Vec4::x
T x
X direction value.
Definition:
Vec4.h:19
MF::Database::Vec4::y
T y
Y direction value.
Definition:
Vec4.h:20
source
MFDatabase
Vec4.h
Generated on Sun Oct 11 2020 15:13:15 for Microflow 3D by
1.8.13