Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ashawkey/LGM
Mathdesenvnonimate
/
LGM
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6206642
LGM
/
diff-gaussian-rasterization
/
third_party
/
glm
/
glm
/
vec4.hpp
ashawkey
add glm
a93901d
about 1 year ago
raw
Copy download link
history
blame
Safe
438 Bytes
/// @ref core
/// @file glm/vec4.hpp
#
pragma
once
#
include
"./ext/vector_bool4.hpp"
#
include
"./ext/vector_bool4_precision.hpp"
#
include
"./ext/vector_float4.hpp"
#
include
"./ext/vector_float4_precision.hpp"
#
include
"./ext/vector_double4.hpp"
#
include
"./ext/vector_double4_precision.hpp"
#
include
"./ext/vector_int4.hpp"
#
include
"./ext/vector_int4_sized.hpp"
#
include
"./ext/vector_uint4.hpp"
#
include
"./ext/vector_uint4_sized.hpp"