/usr/include/glm/vec3.hpp is in libglm-dev 0.9.9~a2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | /// @ref core
/// @file glm/vec3.hpp
#include "detail/setup.hpp"
#pragma once
#include "detail/type_vec3.hpp"
|