MDL SDK API nvidia_logo_transpbg.gif Up
vector_typedefs.h
Go to the documentation of this file.
1/***************************************************************************************************
2 * Copyright 2025 NVIDIA Corporation. All rights reserved.
3 **************************************************************************************************/
6
7#ifndef MI_NEURAYLIB_VECTOR_TYPEDEFS_H
8#define MI_NEURAYLIB_VECTOR_TYPEDEFS_H
9
10#include <mi/math/vector.h>
11
12namespace mi {
13
23
29
35
42
49
56
63
70
77
84
91
98
105
112
119
120
121
127
133
139
146
153
160
167
174
181
188
195
202
209
216
223
224 // end group mi_neuray_compounds
226
227} // namespace mi
228
229#endif // MI_NEURAYLIB_VECTOR_TYPEDEFS_H
Fixed-size math vector class template with generic operations.
Definition: vector.h:286
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
Definition: example_derivatives.dox:5
Generic storage class template for math vector representations storing DIM elements of type T.
Definition: vector.h:135
Math vector class template of fixed dimension with arithmetic operators and generic functions.