mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Include affine.h in quat.h; remove needless decls
* affine.h is needed for glm_translate_make * Remove function declarations - glm_mat4_mulv since mat4.h is already included - glm_mul_rot as affine-mat.h is already include - glm_translate as affine.h is included with this change
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
#include "mat4.h"
|
#include "mat4.h"
|
||||||
#include "mat3.h"
|
#include "mat3.h"
|
||||||
#include "affine-mat.h"
|
#include "affine-mat.h"
|
||||||
|
#include "affine.h"
|
||||||
|
|
||||||
#ifdef CGLM_SSE_FP
|
#ifdef CGLM_SSE_FP
|
||||||
# include "simd/sse2/quat.h"
|
# include "simd/sse2/quat.h"
|
||||||
@@ -68,18 +69,6 @@
|
|||||||
# include "simd/neon/quat.h"
|
# include "simd/neon/quat.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CGLM_INLINE
|
|
||||||
void
|
|
||||||
glm_mat4_mulv(mat4 m, vec4 v, vec4 dest);
|
|
||||||
|
|
||||||
CGLM_INLINE
|
|
||||||
void
|
|
||||||
glm_mul_rot(mat4 m1, mat4 m2, mat4 dest);
|
|
||||||
|
|
||||||
CGLM_INLINE
|
|
||||||
void
|
|
||||||
glm_translate(mat4 m, vec3 v);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IMPORTANT:
|
* IMPORTANT:
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user