laffernandes / gatl

GATL: Geometric Algebra Template Library
GNU General Public License v3.0
56 stars 5 forks source link

Call `trivial_copy` in copy contructor #23

Closed laffernandes closed 2 years ago

laffernandes commented 2 years ago

Could the trivial_copy perhaps be fashioned into an assignment operator overload? Such that the resulting expression would be: full_vector_t<float, 4> r_ = apply_rotor(rotor, x);

Originally posted by @Tannz0rz in https://github.com/laffernandes/gatl/issues/21#issuecomment-1087852685