Microflow 3D  v1.0
MF::Database::Vec3< T > Struct Template Reference

A three element vector data structure. More...

#include <Vec3.h>

Data Fields

x {0}
 X direction value. More...
 
y {0}
 Y direction value. More...
 
z {0}
 Z direction value. More...
 

Detailed Description

template<typename T>
struct MF::Database::Vec3< T >

A three element vector data structure.

Note
Stores three element vector values e.g. node coordinates (x,y,z).

Definition at line 18 of file Vec3.h.

Field Documentation

◆ x

◆ y

◆ z


The documentation for this struct was generated from the following file: