mirror of
https://github.com/recp/cglm.git
synced 2026-01-02 13:49:59 +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:
@@ -44,6 +44,7 @@ cglm_HEADERS = include/cglm/version.h \
|
||||
include/cglm/mat4.h \
|
||||
include/cglm/mat3.h \
|
||||
include/cglm/mat3x2.h \
|
||||
include/cglm/mat3x4.h \
|
||||
include/cglm/mat2.h \
|
||||
include/cglm/mat2x3.h \
|
||||
include/cglm/mat2x4.h \
|
||||
@@ -99,6 +100,7 @@ cglm_calldir=$(includedir)/cglm/call
|
||||
cglm_call_HEADERS = include/cglm/call/mat4.h \
|
||||
include/cglm/call/mat3.h \
|
||||
include/cglm/call/mat3x2.h \
|
||||
include/cglm/call/mat3x4.h \
|
||||
include/cglm/call/mat2.h \
|
||||
include/cglm/call/mat2x3.h \
|
||||
include/cglm/call/mat2x4.h \
|
||||
@@ -166,6 +168,7 @@ cglm_structdir=$(includedir)/cglm/struct
|
||||
cglm_struct_HEADERS = include/cglm/struct/mat4.h \
|
||||
include/cglm/struct/mat3.h \
|
||||
include/cglm/struct/mat3x2.h \
|
||||
include/cglm/struct/mat3x4.h \
|
||||
include/cglm/struct/mat2.h \
|
||||
include/cglm/struct/mat2x3.h \
|
||||
include/cglm/struct/mat2x4.h \
|
||||
@@ -225,6 +228,7 @@ libcglm_la_SOURCES=\
|
||||
src/mat2x4.c \
|
||||
src/mat3.c \
|
||||
src/mat3x2.c \
|
||||
src/mat3x4.c \
|
||||
src/mat4.c \
|
||||
src/plane.c \
|
||||
src/frustum.c \
|
||||
|
||||
Reference in New Issue
Block a user