Commit Graph

  • 18e9b8998d Add impls of From/Into to convert any transformation types to a matrix. sebcrozet 2018-10-13 10:25:34 +0200
  • 7a95644a21 Simplify SVD recompose pattern match João Costa 2018-10-09 21:21:00 +0100
  • 8b1aa2078c Change the SVD methods to return a Result instead of panicking João Costa 2018-10-08 22:13:56 +0100
  • 7762ebc5b3 Add impls of From/Into to convert any transformation types to a matrix. sebcrozet 2018-10-13 10:25:34 +0200
  • d033e2f814
    Simplify SVD recompose pattern match João Costa 2018-10-09 21:21:00 +0100
  • 4d7b215146 Add see also + examples for scalar min/max. Bruce Mitchener 2018-10-09 12:32:12 +0700
  • 3be727e76b Capitalize 'Euclidean'. Bruce Mitchener 2018-10-08 21:57:11 +0700
  • e91ed3b0cd Explain l1 and l2 norms. Bruce Mitchener 2018-10-08 21:56:58 +0700
  • 187fe9ca39 Start to cross-link vector contructors / conversions. Bruce Mitchener 2018-10-08 21:56:34 +0700
  • 5261be4c07 Add see also + examples for scalar min/max. Bruce Mitchener 2018-10-09 12:32:12 +0700
  • ef5c995994
    Change the SVD methods to return a Result instead of panicking João Costa 2018-10-08 22:13:56 +0100
  • 697fb007ac Capitalize 'Euclidean'. Bruce Mitchener 2018-10-08 21:57:11 +0700
  • 4f753caa2b Explain l1 and l2 norms. Bruce Mitchener 2018-10-08 21:56:58 +0700
  • e96143e839 Start to cross-link vector contructors / conversions. Bruce Mitchener 2018-10-08 21:56:34 +0700
  • 0dbe69ddb7 Reformat parameter listings in docs. Bruce Mitchener 2018-10-08 09:42:02 +0700
  • e7610196b6 Add more see also content. Bruce Mitchener 2018-10-08 09:30:16 +0700
  • 8b0918ff1f Add more doc test and correct see also for vector relational functions. Bruce Mitchener 2018-10-07 20:56:33 +0700
  • ccc55b5766 Correctly flag "See also" headers. Bruce Mitchener 2018-10-07 20:47:59 +0700
  • cb73cba9f9 Reformat parameter listings in docs. Bruce Mitchener 2018-10-08 09:42:02 +0700
  • ce9ca5a20d Add more see also content. Bruce Mitchener 2018-10-08 09:30:16 +0700
  • 9ad3d65441 Add more doc test and correct see also for vector relational functions. Bruce Mitchener 2018-10-07 20:56:33 +0700
  • f0c35aaac7 Correctly flag "See also" headers. Bruce Mitchener 2018-10-07 20:47:59 +0700
  • 4a5c828db4 Release nalgebra-glm v0.1.3. nalgebra-glm_v0.1.3 sebcrozet 2018-10-07 12:19:10 +0200
  • f0b29a9d23 Fix glm::clamp. sebcrozet 2018-10-07 06:31:41 +0200
  • 8125d7687a Run CI tests on nalgebra-glm too. sebcrozet 2018-10-07 06:09:46 +0200
  • cf4626baa8 Fix glm::clamp. sebcrozet 2018-10-07 06:31:41 +0200
  • 3547563474 Run CI tests on nalgebra-glm too. sebcrozet 2018-10-07 06:09:46 +0200
  • 81b19e9c8e glm docs: Add examples for clamp and clamp_scalar. Bruce Mitchener 2018-10-06 21:22:46 +0700
  • 890286293f glm docs: Explain that TVec is a TMat. Bruce Mitchener 2018-10-06 21:22:32 +0700
  • 0c5cc0b65e glm docs: Fix broken doc test. Bruce Mitchener 2018-10-06 21:20:57 +0700
  • 2839e2907d glm docs: Add examples for clamp and clamp_scalar. Bruce Mitchener 2018-10-06 21:22:46 +0700
  • a991e12997 glm docs: Explain that TVec is a TMat. Bruce Mitchener 2018-10-06 21:22:32 +0700
  • a060b404a3 glm docs: Fix broken doc test. Bruce Mitchener 2018-10-06 21:20:57 +0700
  • c7c156a6a0 Use other keywords for isometry documentations. sebcrozet 2018-10-06 06:44:32 +0200
  • 84a563197b Use other keywords for isometry documentations. sebcrozet 2018-10-06 06:44:32 +0200
  • aed58d0dd6 Vector and quaternion alias improvements. Bruce Mitchener 2018-10-05 05:47:17 +0700
  • 3a24afd111 clippy: Use println!(f), without empty string. Bruce Mitchener 2018-10-05 12:27:35 +0700
  • a34ad7d15f clippy: Use f32::from_bits(). Bruce Mitchener 2018-10-05 12:28:32 +0700
  • ef6b0a65a4 clippy: Use f32::from_bits(). Bruce Mitchener 2018-10-05 12:28:32 +0700
  • 0f58ec9ea4 clippy: Use println!(f), without empty string. Bruce Mitchener 2018-10-05 12:27:35 +0700
  • a27833f22c Release nalgebra-glm v0.1.2 nalgebra-glm_v0.1.2 sebcrozet 2018-10-05 06:09:08 +0200
  • cb96cdb794 clippy: Prefer unwrap_or_else to unwrap_or. Bruce Mitchener 2018-10-05 10:21:38 +0700
  • 71011c080e clippy: Remove redundant closures. Bruce Mitchener 2018-10-05 10:15:17 +0700
  • 8699a85693 Remove doc-test for sign on matrices since they are not supported for now. sebcrozet 2018-10-05 05:54:52 +0200
  • 87c97497d2 Fix the glm::sign function to match its documentation. sebcrozet 2018-10-04 21:04:37 +0200
  • f24bd6cea6 Remove doc-test for sign on matrices since they are not supported for now. sebcrozet 2018-10-05 05:54:52 +0200
  • e2736caff6 Fix glm::perspective. sebcrozet 2018-10-04 20:44:34 +0200
  • 59a5d60ad8 clippy: Prefer unwrap_or_else to unwrap_or. Bruce Mitchener 2018-10-05 10:21:38 +0700
  • ce2e826311 clippy: Remove redundant closures. Bruce Mitchener 2018-10-05 10:15:17 +0700
  • 4fd4db4009 Vector and quaternion alias improvements. Bruce Mitchener 2018-10-05 05:47:17 +0700
  • 1ded1e82ea Fix the glm::sign function to match its documentation. sebcrozet 2018-10-04 21:04:37 +0200
  • 531191176b Fix glm::perspective. sebcrozet 2018-10-04 20:44:34 +0200
  • a01fde5699 Add more doc linking and some doc tests. Bruce Mitchener 2018-10-04 20:49:01 +0700
  • 5059d7ee7b Add conditional compilation for the base::MatrixVec import too. Sébastien Crozet 2018-10-01 05:57:59 +0200
  • 3abeae04f5 Add conditional compilation to From impls for dynamically-sized matrices. Sébastien Crozet 2018-10-01 05:30:28 +0200
  • 23d646c342 Add an Into impl for converting MatrixSlices into MatrixMN Jack Wrenn 2018-09-28 16:54:41 -0400
  • f227e81180 Add more doc linking and some doc tests. Bruce Mitchener 2018-10-04 20:49:01 +0700
  • 516abbfa06 'every components' -> 'every component' Bruce Mitchener 2018-10-03 19:15:45 +0700
  • ca9b4e38dd Add more see-also content to glm docs. Bruce Mitchener 2018-10-03 18:28:07 +0700
  • 2b348599b8 'every components' -> 'every component' Bruce Mitchener 2018-10-03 19:15:45 +0700
  • 8dfee186ef Add more see-also content to glm docs. Bruce Mitchener 2018-10-03 18:28:07 +0700
  • dd0c8b723a
    Add conditional compilation for the base::MatrixVec import too. Sébastien Crozet 2018-10-01 05:57:59 +0200
  • b0e93c314c
    Add conditional compilation to From impls for dynamically-sized matrices. Sébastien Crozet 2018-10-01 05:30:28 +0200
  • 0230f87bfe Add an Into impl for converting MatrixSlices into MatrixMN Jack Wrenn 2018-09-28 16:54:41 -0400
  • 12962c3c13 Implement map_with_location. mborst 2018-09-25 21:27:27 +0200
  • 06c2c94dae Implement map_with_location. mborst 2018-09-25 21:27:27 +0200
  • 7331807a6d Fix minor typos Thomas Vincent 2018-09-26 23:15:57 +0200
  • a8ae62ea52 Improve cross-linking and cross-referencing in docs. Bruce Mitchener 2018-09-26 16:39:30 +0700
  • a3a2ed81a8 Fix typos in CHANGELOG.md. Bruce Mitchener 2018-09-26 16:40:04 +0700
  • 57fa7099aa Call base that instead of based. Bruce Mitchener 2018-09-26 10:50:41 +0700
  • fcfc9ac8c3
    Fix minor typos Thomas Vincent 2018-09-26 23:15:57 +0200
  • 295b7e2146 Improve cross-linking and cross-referencing in docs. Bruce Mitchener 2018-09-26 16:39:30 +0700
  • c70848d444 Fix typos in CHANGELOG.md. Bruce Mitchener 2018-09-26 16:40:04 +0700
  • 587c6a8b2c Call base that instead of based. Bruce Mitchener 2018-09-26 10:50:41 +0700
  • 3aeb2549d8 Refer to macOS, not Mac OS X. Bruce Mitchener 2018-09-25 13:28:48 +0700
  • c6ca1ca3e2 glm: Use - instead of : after parameter names. Bruce Mitchener 2018-09-25 10:23:11 +0700
  • 20b464f5b8 glm: Add missing backticks around parameter names. Bruce Mitchener 2018-09-25 10:17:30 +0700
  • 96a2a56800 Use 3 space indents to avoid triggering syntax highlighting. Bruce Mitchener 2018-09-25 10:07:53 +0700
  • 8bd6be8fe1 lapack: Use double quotes instead of single. Bruce Mitchener 2018-09-25 10:01:18 +0700
  • c56ec720eb glm: Use doc comments instead of regular comment. Bruce Mitchener 2018-09-25 10:00:52 +0700
  • 4ae178fc6c Refer to macOS, not Mac OS X. Bruce Mitchener 2018-09-25 13:28:48 +0700
  • 2f03857017 Introduce Unit::from_ref_unchecked Benjamin Saunders 2018-09-24 18:04:57 -0700
  • 5bcaf93126 glm: Use - instead of : after parameter names. Bruce Mitchener 2018-09-25 10:23:11 +0700
  • d7c1ca3871 glm: Add missing backticks around parameter names. Bruce Mitchener 2018-09-25 10:17:30 +0700
  • a09d19d6ca Use 3 space indents to avoid triggering syntax highlighting. Bruce Mitchener 2018-09-25 10:07:53 +0700
  • 82b30a2a6c lapack: Use double quotes instead of single. Bruce Mitchener 2018-09-25 10:01:18 +0700
  • 6dbf81e435 glm: Use doc comments instead of regular comment. Bruce Mitchener 2018-09-25 10:00:52 +0700
  • e14837e2e8 Introduce Unit::from_ref_unchecked Benjamin Saunders 2018-09-24 18:04:57 -0700
  • e73701b3a8 Release v0.16.4 v0.16.4 sebcrozet 2018-09-24 22:06:29 +0200
  • f218186ec0 Add Rotation * Unit<Vector> sebcrozet 2018-09-24 21:31:54 +0200
  • 51a4e73386 Use typenum type-level integer for swizzle dimension comparison. sebcrozet 2018-09-24 21:11:37 +0200
  • 7cf5473533 Add Rotation * Unit<Vector> sebcrozet 2018-09-24 21:31:54 +0200
  • 175c41ed3a Typo fixes. Bruce Mitchener 2018-09-24 11:48:42 +0700
  • cc350c158c Use typenum type-level integer for swizzle dimension comparison. sebcrozet 2018-09-24 21:11:37 +0200
  • c6bc62c95f For matrices, return the actual result of partial_clamp instead of None. sebcrozet 2018-09-24 05:58:58 +0200
  • 402bd45d0e Typo fixes. Bruce Mitchener 2018-09-24 11:48:42 +0700
  • fa60b0d051 For matrices, return the actual result of partial_clamp instead of None. sebcrozet 2018-09-24 05:58:58 +0200
  • 962e89417c Fix typo in GLM alias docs Joe Clay 2018-09-23 23:30:14 +0100
  • 262a6ae660
    Fix typo in GLM alias docs Joe Clay 2018-09-23 23:30:14 +0100
  • cad07f23dc Release nalgebra-glm v0.1. nalgebra-glm_v0.1 sebcrozet 2018-09-23 17:14:30 +0200