mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
fix including headers, and suppress warnings
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "../mat4.h"
|
||||
|
||||
/*!
|
||||
* @brief set up orthographic projection matrix
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "../mat4.h"
|
||||
|
||||
/*!
|
||||
* @brief set up orthographic projection matrix with a left-hand coordinate
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "../mat4.h"
|
||||
|
||||
/*!
|
||||
* @brief set up orthographic projection matrix
|
||||
|
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "../mat4.h"
|
||||
|
||||
/*!
|
||||
* @brief set up orthographic projection matrix with a right-hand coordinate
|
||||
|
@@ -47,7 +47,6 @@
|
||||
#define cglm_persp_lh_no_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "persp.h"
|
||||
|
||||
/*!
|
||||
|
@@ -47,7 +47,6 @@
|
||||
#define cglm_persp_lh_zo_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "persp.h"
|
||||
|
||||
/*!
|
||||
|
@@ -47,7 +47,6 @@
|
||||
#define cglm_persp_rh_no_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "persp.h"
|
||||
|
||||
/*!
|
||||
|
@@ -47,7 +47,6 @@
|
||||
#define cglm_persp_rh_zo_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "../plane.h"
|
||||
#include "persp.h"
|
||||
|
||||
/*!
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef cglm_view_lh_no_h
|
||||
#define cglm_view_lh_no_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "view_lh.h"
|
||||
|
||||
/*!
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef cglm_view_lh_zo_h
|
||||
#define cglm_view_lh_zo_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "view_lh.h"
|
||||
|
||||
/*!
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef cglm_view_rh_no_h
|
||||
#define cglm_view_rh_no_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "view_rh.h"
|
||||
|
||||
/*!
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef cglm_view_rh_zo_h
|
||||
#define cglm_view_rh_zo_h
|
||||
|
||||
#include "../common.h"
|
||||
#include "view_rh.h"
|
||||
|
||||
/*!
|
||||
|
@@ -426,7 +426,7 @@ glms_quat_lerpc(versors from, versors to, float t) {
|
||||
* @param[in] from from
|
||||
* @param[in] to to
|
||||
* @param[in] t interpolant (amount)
|
||||
* @param[out] dest result quaternion
|
||||
* @returns result quaternion
|
||||
*/
|
||||
CGLM_INLINE
|
||||
versors
|
||||
|
Reference in New Issue
Block a user