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