OpenCPN Partial API docs
|
Linear Algebra Math Library. More...
#include <math.h>
Go to the source code of this file.
Macros | |
#define | LINMATH_H_DEFINE_VEC(n) |
#define | quat_norm vec4_norm |
Typedefs | |
typedef vec4 | mat4x4[4] |
typedef float | quat[4] |
Linear Algebra Math Library.
Provides optimized vector and matrix operations for 3D graphics:
Mathematical Operations:
Features:
Used throughout the GRIB plugin for coordinate transforms, viewports, and weather data visualization operations requiring 3D mathematics.
Definition in file linmath.h.
#define LINMATH_H_DEFINE_VEC | ( | n | ) |