Files
test2/source/blender/modifiers/intern
Campbell Barton e1e49fd1a8 Math Lib: rotate matrix cleanup
- Remove 'rotate_m2', unlike 'rotate_m4' it created a new matrix
  duplicating 'angle_to_mat2' - now used instead.
  (better avoid matching functions having different behavior).

- Add 'axis_angle_to_mat4_single',
  convenience wrapper for 'axis_angle_to_mat3_single'.

- Replace 'unit_m4(), rotate_m4()' with a single call to 'axis_angle_to_mat4_single'.
2016-11-25 16:39:34 +11:00
..
2015-12-22 20:13:50 +01:00
2015-11-18 10:52:00 +11:00
2016-05-06 16:49:25 +10:00
2016-11-25 16:39:34 +11:00
2016-07-01 19:29:22 +10:00
2016-08-06 10:58:13 +02:00
2016-01-16 15:59:37 +01:00
2016-07-02 10:08:33 +10:00