Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
geom.hpp File Reference
#include <cstdint>
#include <jau/enum_util.hpp>
Include dependency graph for geom.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jau
 __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
 
namespace  jau::math
 
namespace  jau::math::geom
 

Enumerations

enum class  jau::math::geom::orientation_t : uint16_t { jau::math::geom::orientation_t::COL , jau::math::geom::orientation_t::CW , jau::math::geom::orientation_t::CCW }
 
enum class  jau::math::geom::Winding : uint16_t { jau::math::geom::Winding::CW , jau::math::geom::Winding::CCW }
 

Functions

 jau::math::geom::JAU_MAKE_ENUM_STRING (orientation_t, COL, CW, CCW)
 
 jau::math::geom::JAU_MAKE_ENUM_STRING (Winding, CW, CCW)