mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-16 22:19:51 +07:00
22 lines
636 B
C++
22 lines
636 B
C++
/*******************************************************************************
|
|
* This file is part of the "https://github.com/blackmatov/vmath.hpp"
|
|
* For conditions of distribution and use, see copyright notice in LICENSE.md
|
|
* Copyright (C) 2020-2022, by Matvey Cherevko (blackmatov@gmail.com)
|
|
******************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#include "vmath_fwd.hpp"
|
|
|
|
#include "vmath_fun.hpp"
|
|
#include "vmath_ext.hpp"
|
|
|
|
#include "vmath_mat.hpp"
|
|
#include "vmath_mat_fun.hpp"
|
|
|
|
#include "vmath_qua.hpp"
|
|
#include "vmath_qua_fun.hpp"
|
|
|
|
#include "vmath_vec.hpp"
|
|
#include "vmath_vec_fun.hpp"
|