Eco-friendly enterprise looking for partnership
Six percent commission on 180K per month income derived from sales of proprietary environmental technology information
Necessary conditions:
- Own a limited liability company
- Daily availability through E-mail, phone or Skype
- Prompt execution of all scheduled tasks
In case if being interested, please provide:
- �Full name
- �Phone number (including country code)
- City and Country
- �Email
Reply to: Mildred(a)consult-studio.com
Please AVOID using the "reply" button of your email.
Yours truly,
HR dept
Eco-friendly enterprise looking for partnership
Six percent commission on 180K per month income derived from sales of proprietary environmental technology information
Necessary conditions:
- Own a limited liability company
- Daily availability through E-mail, phone or Skype
- Prompt execution of all scheduled tasks
In case if being interested, please provide:
- �Full name
- �Phone number (including country code)
- City and Country
- �Email
Reply to: Leland(a)consult-studio.com
Please AVOID using the "reply" button of your email.
Yours truly,
HR dept
Eco-friendly enterprise looking for partnership
Six percent commission on 180K per month income derived from sales of proprietary environmental technology information
Necessary conditions:
- Own a limited liability company
- Daily availability through E-mail, phone or Skype
- Prompt execution of all scheduled tasks
In case if being interested, please provide:
- �Full name
- �Phone number (including country code)
- City and Country
- �Email
Reply to: Sonny(a)consult-studio.com
Please AVOID using the "reply" button of your email.
Yours truly,
HR dept
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch morpher-composition has been created
at a65dcf8c35129a8569f942d2e7829e14cc89c84d (commit)
- Log -----------------------------------------------------------------
a65dcf8 Milena: Add a ``one-liner'' test to interpolated-tr_image.
7991e3f Milena: Add helpers to instantiate mln::interpolated and mln::tr_image.
8fecc48 Milena: Exercise mln::interpolated and mln::tr_image together.
3410400 Milena: Make rotation axis optional.
3700b60 Milena: Have mln::debug::iota work with images of floats.
e037dab Milena: Introduce point-wise function bindings.
95c9f69 Milena: Add support for unary minus on images.
5569585 Milena: Exercise the unary plus operator on images.
15202a6 Typo in milena/ChangeLog.
70c7697 Milena: Fix and update the Doxygen documentation.
908e330 Milena: Aesthetic changes.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Eco-friendly enterprise looking for partnership
Six percent commission on 180K per month income derived from sales of proprietary environmental technology information
Necessary conditions:
- Own a limited liability company
- Daily availability through E-mail, phone or Skype
- Prompt execution of all scheduled tasks
In case if being interested, please provide:
- �Full name
- �Phone number (including country code)
- City and Country
- �Email
Reply to: Coleman(a)consult-studio.com
Please AVOID using the "reply" button of your email.
Yours truly,
HR dept
* mln/fun/x2x/rotation.hh
(rotation<n, C>::rotation(const C&, const algebra::vec<n,C>&)):
Provide a default version for the second argument.
---
milena/ChangeLog | 8 ++++++++
milena/mln/fun/x2x/rotation.hh | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 6adf168..5b9e6a3 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,13 @@
2013-10-09 Roland Levillain <roland(a)lrde.epita.fr>
+ Milena: Make rotation axis optional.
+
+ * mln/fun/x2x/rotation.hh
+ (rotation<n, C>::rotation(const C&, const algebra::vec<n,C>&)):
+ Provide a default version for the second argument.
+
+2013-10-09 Roland Levillain <roland(a)lrde.epita.fr>
+
Milena: Have mln::debug::iota work with images of floats.
* mln/debug/iota.hh (mln::trait::modulus<T>): New trait.
diff --git a/milena/mln/fun/x2x/rotation.hh b/milena/mln/fun/x2x/rotation.hh
index fd88a84..80b1e78 100644
--- a/milena/mln/fun/x2x/rotation.hh
+++ b/milena/mln/fun/x2x/rotation.hh
@@ -162,9 +162,9 @@ namespace mln
/// Constructor without argument.
rotation();
- /// Constructor with radian alpha and a facultative direction
+ /// Constructor with radian alpha and an optional direction
/// (rotation axis).
- rotation(const C& alpha, const algebra::vec<n,C>& axis);
+ rotation(const C& alpha, const algebra::vec<n,C>& axis = literal::zero);
/// Constructor with quaternion
rotation(const algebra::quat& q);
/// Constructor with h_mat.
--
1.7.10.4