2018-09-20 16:50:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
* not_ -> not
|
|
|
|
* equal overload with epsilon -> equal_epsilon
|
|
|
|
* ortho(l, r, b, t) -> infinite_ortho
|
2018-09-21 01:54:12 +08:00
|
|
|
* tweaked_infinite_perspective(fovy, aspect, near, ep) -> tweaked_infinite_perspective_ep
|
|
|
|
* Function overload: the vec version is suffixed by _vec
|
|
|
|
* Function overload: the methods taking an epsilon as suffixed by _eps
|
2018-09-22 19:18:59 +08:00
|
|
|
* L1Norm and L2Norm between two vectors have been renamed: l1_distance, l2_distance
|
2018-09-22 22:40:58 +08:00
|
|
|
* Matrix columnwise comparisons suffixed by _columns, e.g., `equal` -> `equal_columns`
|
2018-09-22 23:36:08 +08:00
|
|
|
* All quaternion functions are prefixed by quat_
|
|
|
|
* min(Vec, Vec) -> min_vec
|
|
|
|
* 2D cross is namepd perp
|
|
|
|
* quat_cross(vec, quat) -> quat_inv_cross
|