Commit Graph

216 Commits

Author SHA1 Message Date
Recep Aslantas
e7f35704ca fix identity quat initialization for C++ / Windows 2017-04-22 15:57:08 +03:00
Recep Aslantas
24ab1ff621 add badges to README 2017-04-22 15:39:08 +03:00
Recep Aslantas
f1b55589ac ci: fix build script for travis ci 2017-04-22 15:29:08 +03:00
Recep Aslantas
ef5a8549e2 add missing file for windows 2017-04-22 15:20:38 +03:00
Recep Aslantas
d5371f10a1 ci: set appveyor image 2017-04-22 15:17:36 +03:00
Recep Aslantas
cab370d1c7 ci: add travis and appveyor 2017-04-22 15:02:12 +03:00
Recep Aslantas
76107064d7 add build instructions for Windows 2017-04-22 14:59:18 +03:00
Recep Aslantas
12ea809e0a enable code analysis for windows 2017-04-22 14:59:18 +03:00
Recep Aslantas
e2fcf80e48 build for windows (dll) 2017-04-22 14:59:18 +03:00
Recep Aslantas
8a34e74b87 Add TODO list to README 2017-04-21 00:38:00 +03:00
Recep Aslantas
33770b9181 add missing docs to vector header 2017-04-15 02:08:43 +03:00
Recep Aslantas
cb6d5c1f7e center point of to vectors 2017-04-15 02:05:06 +03:00
Recep Aslantas
4ffc01655e optimize quat to matrix 2017-04-10 19:52:08 +03:00
Recep Aslantas
25feab7860 use multiplication instead of division for 1 / 2 2017-04-10 18:52:32 +03:00
Recep Aslantas
bf18ca647e distance between two vectors 2017-04-09 21:14:26 +03:00
Recep Aslantas
86c585b9e5 vec-ext: fix vec4 min 2017-03-23 19:34:51 +03:00
Recep Aslantas
d6cae07602 vec-ext: fix vec param type 2017-03-23 19:34:36 +03:00
Recep Aslantas
ba0973054e styles 2017-02-27 16:54:59 +03:00
Recep Aslantas
ec371099bc doc: add documentations to view, projection functions 2017-02-27 16:48:10 +03:00
Recep Aslantas
a3b66f5b4c drop platform (OpenGL) specific codes 2017-02-27 16:30:32 +03:00
Recep Aslantas
4462a84f4a rename _dup (duplicate) to _copy
I think _copy is better and COMMON  name for duplicating/copying
vector, matrices
2017-02-23 09:57:28 +03:00
Recep Aslantas
595ad42cb8 re-organize folder structure
* move SIMD instructions (SSE2, AVX) to arch folder
v0.1.0
2017-02-13 12:18:52 +03:00
Recep Aslantas
f660170497 Set theme jekyll-theme-minimal 2017-02-09 22:42:07 +02:00
Recep Aslantas
6d94ed913d Update README.md 2017-02-06 13:03:47 +02:00
Recep Aslantas
177bb594fd make pre-compiled funcs c++ compatible 2017-02-05 16:31:47 +03:00
Recep Aslantas
176f5ccf8e quat: f-call versions for new quat funcs and fix build 2017-02-05 16:27:47 +03:00
Recep Aslantas
7104fe172c vec: f-call versions for new vector funcs 2017-02-05 16:24:25 +03:00
Recep Aslantas
0068b8149e Update README.md 2017-02-05 15:12:05 +02:00
Recep Aslantas
5d6d04f55e Update README.md 2017-02-05 15:10:48 +02:00
Recep Aslantas
2882398bae Update README.md 2017-02-05 15:09:09 +02:00
Recep Aslantas
642a6d6341 vec: aux func compare two vectors are same or not 2017-02-03 16:02:30 +03:00
Recep Aslantas
124a9587c5 vec: fix rotating vector with affine transform
* first normalize rotation vectors because we only want to rotate here
not scaling
2017-02-01 00:11:13 +03:00
Recep Aslantas
d3a9d1bb7a update README 2017-01-31 15:17:53 +03:00
Recep Aslantas
a40c941a60 style 2017-01-31 15:06:35 +03:00
Recep Aslantas
d784027a8a vec: project vec3 a onto vec3 b and store 2017-01-31 14:55:21 +03:00
Recep Aslantas
605cbea1d4 vec: implement pow(norm, 2)
we can avoid function calls with this func
2017-01-31 14:42:01 +03:00
Recep Aslantas
026750cae5 multiply vec3 with affine transform rotation (mat4)
this is may useful for rotate a vec3 with affine transform
2017-01-26 12:25:14 +03:00
Recep Aslantas
2dce066f51 identity quat aux 2017-01-26 12:24:18 +03:00
Recep Aslantas
99c8aeab77 fix mat4_mulv and implement sse2 version 2017-01-24 23:07:14 +03:00
Recep Aslantas
b677a026a2 vector min max util funcs 2017-01-24 16:46:44 +03:00
Recep Aslantas
b39e891e78 make euler order param integer 2017-01-24 16:40:38 +03:00
Recep Aslantas
13a47ca598 improve getting angle between two vector 2017-01-24 16:39:57 +03:00
Recep Aslantas
9ac590bc12 improve rotate vec3 with affine matrix
because v and dest may be same vector
2017-01-24 16:36:24 +03:00
Recep Aslantas
e94f1e4880 rotate vec3 with affine matrix 2017-01-17 01:07:52 +03:00
Recep Aslantas
170e2e9fcc convert PI to float to suppress warnings 2017-01-14 12:22:23 +02:00
Recep Aslantas
68657ec2cc use float precision for math funcs 2017-01-14 12:04:03 +02:00
Recep Aslantas
b1989bf3c9 is uniform scaled func for mat4 2017-01-11 16:31:07 +02:00
Recep Aslantas
16107c4ba1 fix extract euler angles 2017-01-08 16:35:37 +02:00
Recep Aslantas
072ccf5d63 vec: fix assignment op 2016-12-10 11:30:58 +02:00
Recep Aslantas
880df2cad6 vec: fix equal helper 2016-12-10 11:30:15 +02:00