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 {
17 }
18 
19 #endif
3-D point class.
Definition: Point3.h:26
Definition: pybind11Utils.h:24