mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-16 15:18:09 +02:00
linalg-types.h can be used from e.g. libweston.h so that structures can embed linalg types but without forcing every user of libweston.h to compile all the inline functions. weston_mat4f implements most of weston_matrix, and some more. This is just for starters. Implementing weston_mat3fwill be essentially a copy of all this. The matrix inversion is a copy from weston_matrix with a little bit of clean-up. The goal is to create a more intuitive libear algebra API, that is easy to extend to 3x3 matrices and 3-vectors, eventually superseding all existing matrix code: weston_matrix, calls to LittleCMS matrix routines (plugin API), and ad hoc matrix code in tests/. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> |
||
|---|---|---|
| .. | ||
| backend-drm.h | ||
| backend-headless.h | ||
| backend-pipewire.h | ||
| backend-rdp.h | ||
| backend-vnc.h | ||
| backend-wayland.h | ||
| backend-x11.h | ||
| config-parser.h | ||
| desktop.h | ||
| libweston.h | ||
| linalg-4.h | ||
| linalg-types.h | ||
| linalg.h | ||
| matrix.h | ||
| meson.build | ||
| pipewire-plugin.h | ||
| plugin-registry.h | ||
| remoting-plugin.h | ||
| shell-utils.h | ||
| version.h.in | ||
| weston-log.h | ||
| windowed-output-api.h | ||
| xwayland-api.h | ||
| zalloc.h | ||