CubbyFlow v0.71
Core
Size
Size3.h
Go to the documentation of this file.
1
/*************************************************************************
2
> File Name: Size3.h
3
> Project Name: CubbyFlow
4
> Author: Chan-Ho Chris Ohk
5
> Purpose: 3-D size type.
6
> Created Time: 2017/02/04
7
> Copyright (c) 2018, Chan-Ho Chris Ohk
8
*************************************************************************/
9
#ifndef CUBBYFLOW_SIZE3_H
10
#define CUBBYFLOW_SIZE3_H
11
12
#include <
Core/Point/Point3.h
>
13
14
namespace
CubbyFlow
15
{
16
using
Size3
=
Point3<size_t>
;
17
}
18
19
#endif
Point3.h
CubbyFlow::Point< T, 3 >
3-D point class.
Definition:
Point3.h:26
CubbyFlow
Definition:
pybind11Utils.h:24
Generated on Sun Apr 22 2018 23:43:22 for CubbyFlow by
1.8.14