Blender  V3.3
BLI_math.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
4 #pragma once
5 
47 #include "BLI_math_base.h"
48 #include "BLI_math_color.h"
49 #include "BLI_math_geom.h"
50 #include "BLI_math_interp.h"
51 #include "BLI_math_matrix.h"
52 #include "BLI_math_rotation.h"
53 #include "BLI_math_solvers.h"
54 #include "BLI_math_statistics.h"
55 #include "BLI_math_time.h"
56 #include "BLI_math_vector.h"