Recep Aslantas
f26601bfa7
now working on v0.6.0
2019-05-25 09:12:08 +03:00
Recep Aslantas
6fa5173cfd
now working on v0.5.5
2019-05-08 09:18:05 +03:00
Recep Aslantas
8fa21a1837
docs: use sphinx_rtd_theme theme dor documentation
2019-03-17 09:33:38 +03:00
Recep Aslantas
ee1937f28d
now working on v0.5.4
2019-03-17 09:29:36 +03:00
Recep Aslantas
b4efcefe7f
drop glm__memcpy, glm__memset and glm__memzero
...
* implement mat3_zero and mat4_zero functions
* copy matrix items manually in ucopy functions
2019-02-13 10:14:53 +03:00
Recep Aslantas
0d2e5a996a
docs: add SSE3 and SSE4 dot product options
2019-02-13 10:13:06 +03:00
Recep Aslantas
2b1eece9ac
mat3: add rmc for mat3
2019-02-13 10:12:49 +03:00
Recep Aslantas
c8b8f4f6f0
now working on v0.5.3
2019-02-13 10:00:57 +03:00
Recep Aslantas
4e5879497e
update docs
2019-02-02 15:29:48 +03:00
Recep Aslantas
60cb4beb0a
curve: helper for calculate result of SMC multiplication
2019-01-26 18:06:26 +03:00
Recep Aslantas
32ddf49756
mat4: helper for row * matrix * column
2019-01-26 18:05:05 +03:00
Recep Aslantas
07e60bd098
cam: extend frustum's far distance helper ( #71 )
...
* this will help to implement zoom easily
2019-01-16 14:59:58 +03:00
Recep Aslantas
e3d3cd8ab8
now working on v0.5.2
2019-01-15 12:08:54 +03:00
Recep Aslantas
21834b4ffb
matrix: trace of matrix
2018-12-06 18:17:02 +03:00
Recep Aslantas
2ef9c23a6c
vec: normalize cross product helper
2018-12-06 18:01:52 +03:00
Recep Aslantas
b23d65bef5
now working on v0.5.1
2018-12-05 16:32:13 +03:00
Recep Aslantas
6d6954b208
vec: minnadd
and maxadd
helpers
2018-11-29 10:50:24 +03:00
Recep Aslantas
aee381d869
vec: deprecate glm_vec_inv
and glm_vec4_inv
...
* because in the current implementation, `glm_vec3_negate` does same thing. It is duplicate.
2018-11-29 09:23:14 +03:00
Recep Aslantas
b4bf8f3537
vec: rename glm_vec_
to glm_vec3_
(continue)
...
* add missing functions to vec4
* update docs
2018-11-29 09:07:48 +03:00
Recep Aslantas
463099350a
vec: use _negate
instead of _flipsign
and _inv
...
* negate is better and common name, flipsign is deprecated now.
2018-11-28 10:28:00 +03:00
Recep Aslantas
a7cdbcec2b
now working on v0.5.0
2018-11-17 22:31:51 +03:00
Recep Aslantas
98da3daf82
identiy helper for arrays (matrix/quaternion)
...
this helpers makes all array elements identity
2018-09-12 12:44:11 +03:00
Recep Aslantas
3738499927
update doc for vec4_ucopy
2018-07-14 12:12:15 +03:00
Recep Aslantas
eb8e0df6df
update version
2018-06-21 10:54:53 +03:00
Recep Aslantas
669777eb37
additional utils
2018-06-18 17:55:25 +03:00
Recep Aslantas
857265b892
sphere point intersection
2018-06-09 18:21:29 +03:00
Recep Aslantas
fc14cedf89
update version
2018-06-09 18:10:54 +03:00
Recep Aslantas
720b617ee0
sphere and aabb
2018-05-30 23:42:22 +03:00
Recep Aslantas
3dc9070909
squared distance for vec3
2018-05-30 23:35:59 +03:00
Recep Aslantas
af812e86eb
add a note to clarify up vector restriction for glm_lookat and glm_look
2018-05-29 11:30:38 +03:00
Recep Aslantas
059bdfdd4b
update docs
2018-05-27 11:54:05 +03:00
Recep Aslantas
96c3e604ff
now working on v0.4.6
2018-05-22 17:43:46 +03:00
Recep Aslantas
599524dacf
docs: add new option to docs
2018-05-10 16:42:13 +03:00
Recep Aslantas
c6d07bb6eb
surround PI with parentheses + code style + update docs
2018-05-10 12:18:54 +03:00
Recep Aslantas
94b286f1f9
docs: add new alignment option to docs
2018-05-09 16:43:42 +03:00
Recep Aslantas
a9d56f2dae
docs: fix typos
2018-05-04 00:50:56 +03:00
Recep Aslantas
6c01eff056
now working on v0.4.5
2018-04-30 10:59:40 +03:00
Recep Aslantas
cef97fca3e
add cocoapods spec
2018-04-22 01:03:17 +03:00
Recep Aslantas
6202179c23
update version
2018-04-18 22:30:20 +03:00
Recep Aslantas
a723ecdb7e
add troubleshooting to docs
2018-04-18 15:11:06 +03:00
Recep Aslantas
065f93ab3c
update docs, drop scale1
2018-04-18 14:30:44 +03:00
Recep Aslantas
27ab6a7dd0
update docs, add clarifications for affine transforms
2018-04-17 15:42:24 +03:00
Recep Aslantas
007ae62e06
update docs version
2018-04-15 13:10:07 +03:00
Recep Aslantas
d6395d4fb8
vec: optimize rotate vector using matrix
...
* add mat3 version
2018-04-13 22:33:32 +03:00
Recep Aslantas
7f7007574b
vec: implement muladd's scalar version
2018-04-13 22:30:44 +03:00
Recep Aslantas
c05f58a169
vec: add addadd, subadd and muladd helpers
2018-04-13 15:46:43 +03:00
Recep Aslantas
d841f8809d
vec: add some new functions for vector
...
* _mul: multiply two vector (replacement for _mulv)
* _div: div two vector
* _divs: div vector with scalar
* adds: add scalar to each components of vec
* subs: sub scalar from each components of vec
2018-04-13 15:12:56 +03:00
Recep Aslantas
25fc3d0284
vec: add one and zero helpers for vectors
2018-04-13 11:57:14 +03:00
Recep Aslantas
0e63c245d4
update docs
2018-04-11 12:34:20 +03:00
Recep Aslantas
7411ac36c1
update docs for euler angles
2018-04-03 17:05:45 +03:00