jaulib
v1.3.8
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
geom.hpp
Go to the documentation of this file.
1
/*
2
* Author: Sven Gothel <sgothel@jausoft.com>
3
* Copyright Gothel Software e.K.
4
*
5
* SPDX-License-Identifier: MIT
6
*
7
* This Source Code Form is subject to the terms of the MIT License
8
* If a copy of the MIT was not distributed with this file,
9
* you can obtain one at https://opensource.org/license/mit/.
10
*/
11
#ifndef JAU_MATH_GEOM_GEOM_HPP_
12
#define JAU_MATH_GEOM_GEOM_HPP_
13
14
namespace
jau::math::geom
{
15
16
/** \addtogroup Math
17
*
18
* @{
19
*/
20
21
enum class
orientation_t
{
22
/** Collinear **/
23
COL
,
24
/** Clockwise **/
25
CLW
,
26
/** Counter-Clockwise **/
27
CCW
28
};
29
30
/**@}*/
31
32
}
// namespace jau::math::geom
33
34
#endif
/* JAU_MATH_GEOM_GEOM_HPP_ */
jau::math::geom::orientation_t
orientation_t
Definition
geom.hpp:21
jau::math::geom::orientation_t::CCW
@ CCW
Counter-Clockwise.
Definition
geom.hpp:27
jau::math::geom::orientation_t::CLW
@ CLW
Clockwise.
Definition
geom.hpp:25
jau::math::geom::orientation_t::COL
@ COL
Collinear.
Definition
geom.hpp:23
jau::math::geom
Definition
aabbox2f.hpp:16
include
jau
math
geom
geom.hpp
Generated by
1.13.2