mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
add new matrix mat3x4
Initial function being glm_mat3x4_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "test_mat2x4.h"
|
||||
#include "test_mat3.h"
|
||||
#include "test_mat3x2.h"
|
||||
#include "test_mat3x4.h"
|
||||
#include "test_mat4.h"
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
@@ -57,6 +58,7 @@
|
||||
#include "test_mat2x4.h"
|
||||
#include "test_mat3.h"
|
||||
#include "test_mat3x2.h"
|
||||
#include "test_mat3x4.h"
|
||||
#include "test_mat4.h"
|
||||
#include "test_quat.h"
|
||||
#include "test_project.h"
|
||||
|
||||
Reference in New Issue
Block a user