Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ashawkey/LGM
dylanebert
/
LGM-mini
like
119
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
bab8ce7
LGM-mini
/
diff-gaussian-rasterization
/
third_party
/
glm
/
glm
/
vec3.hpp
ashawkey
add glm
a93901d
over 1 year ago
raw
Copy download link
history
blame
Safe
437 Bytes
/// @ref core
/// @file glm/vec3.hpp
#
pragma
once
#
include
"./ext/vector_bool3.hpp"
#
include
"./ext/vector_bool3_precision.hpp"
#
include
"./ext/vector_float3.hpp"
#
include
"./ext/vector_float3_precision.hpp"
#
include
"./ext/vector_double3.hpp"
#
include
"./ext/vector_double3_precision.hpp"
#
include
"./ext/vector_int3.hpp"
#
include
"./ext/vector_int3_sized.hpp"
#
include
"./ext/vector_uint3.hpp"
#
include
"./ext/vector_uint3_sized.hpp"