MeshLib C Docs
Loading...
Searching...
No Matches
std_array_double_4.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7
13
14#ifdef __cplusplus
15} // extern "C"
16#endif
struct MR_std_array_double_4 MR_std_array_double_4
A fixed-size array of double of size 4.
A fixed-size array of double of size 4.
Definition std_array_double_4.h:10
double elems[4]
Definition std_array_double_4.h:11