mirror of
https://github.com/recp/cglm.git
synced 2025-12-30 12:17:50 +00:00
add new matrix mat4x3
Initial function being glm_mat4x3_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "test_mat3x4.h"
|
||||
#include "test_mat4.h"
|
||||
#include "test_mat4x2.h"
|
||||
#include "test_mat4x3.h"
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
#include "test_plane.h"
|
||||
@@ -62,6 +63,7 @@
|
||||
#include "test_mat3x4.h"
|
||||
#include "test_mat4.h"
|
||||
#include "test_mat4x2.h"
|
||||
#include "test_mat4x3.h"
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
#include "test_plane.h"
|
||||
|
||||
Reference in New Issue
Block a user