MDL SDK API
Up
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
math.h
Go to the documentation of this file.
1
/***************************************************************************************************
2
* Copyright 2022 NVIDIA Corporation. All rights reserved.
3
**************************************************************************************************/
8
9
#ifndef MI_MATH_H
10
#define MI_MATH_H
11
12
#include <
mi/base.h
>
13
#include <
mi/math/version.h
>
14
#include <
mi/math/assert.h
>
15
#include <
mi/math/function.h
>
16
#include <
mi/math/vector.h
>
17
#include <
mi/math/matrix.h
>
18
#include <
mi/math/bbox.h
>
19
#include <
mi/math/color.h
>
20
#include <
mi/math/spectrum.h
>
21
22
namespace
mi {
23
26
namespace
math {
27
33
34
}
// namespace math
35
36
}
// namespace mi
37
38
#endif // MI_MATH_H
5 April 2022, 20:40, rev.358266
© 2022 NVIDIA Corporation.
All rights reserved.