NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
math.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
8 //*****************************************************************************
9 
10 #ifndef MI_MATH_H
11 #define MI_MATH_H
12 
13 #include <mi/base.h>
14 #include <mi/math/version.h>
15 #include <mi/math/assert.h>
16 #include <mi/math/function.h>
17 #include <mi/math/vector.h>
18 #include <mi/math/matrix.h>
19 #include <mi/math/bbox.h>
20 #include <mi/math/color.h>
21 #include <mi/math/spectrum.h>
22 
23 namespace mi {
24 
27 namespace math {
28 
34 
35 } // namespace math
36 
37 } // namespace mi
38 
39 #endif // MI_MATH_H