archeus/include/arc/math/obround.h

22 lines
283 B
C

#ifndef ARC_MATH_OBROUND_H_
#define ARC_MATH_OBROUND_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct ARC_Obround {
int32_t x;
int32_t y;
int32_t r;
int32_t h;
} ARC_Obround;
#ifdef __cplusplus
}
#endif
#endif // ARC_MATH_OBROUND_H_