35 static const span IS, JS;
41 explicit T2DL(
unsigned = 0);
43 unique_ptr<Orientation>
get_copy()
override;
45 [[nodiscard]] vec
to_local_vec(
const vec&)
const override;
A Orientation class.
Definition Orientation.h:40
A T2DL class.
Definition T2DL.h:34
vec to_global_vec(const vec &) const override
transform anything from local to global system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition T2DL.cpp:46
vec to_local_vec(const vec &) const override
transform anything from global to local system e.g., disp -> disp, vel -> vel, acc -> acc,...
Definition T2DL.cpp:44
mat to_global_mass_mat(const mat &) const override
transform anything from local to global system e.g., stiffness -> stiffness.
Definition T2DL.cpp:58
unique_ptr< Orientation > get_copy() override
Definition T2DL.cpp:28
void update_transformation() override
Definition T2DL.cpp:30
mat to_global_stiffness_mat(const mat &) const override
Definition T2DL.cpp:64