QUGaR 0.0.4
|
This is the complete list of members for qugar::impl::AffineTransf< dim >, including all inherited members.
AffineTransf() | qugar::impl::AffineTransf< dim > | explicit |
AffineTransf(const Point< dim > &origin) | qugar::impl::AffineTransf< dim > | explicit |
AffineTransf(const Point< dim > &origin, real scale) | qugar::impl::AffineTransf< dim > | |
AffineTransf(const Point< dim > &origin, const Point< dim > &axis_x) | qugar::impl::AffineTransf< dim > | |
AffineTransf(const Point< dim > &origin, const Point< dim > &axis_x, const Point< dim > &axis_y) | qugar::impl::AffineTransf< dim > | |
AffineTransf(const Point< dim > &origin, const Point< dim > &axis_x, real scale_x, real scale_y) | qugar::impl::AffineTransf< dim > | |
AffineTransf(const Point< dim > &origin, const Point< dim > &axis_x, const Point< dim > &axis_y, real scale_x, real scale_y, real scale_z) | qugar::impl::AffineTransf< dim > | |
AffineTransf(const Vector< real, n_coefs > &coefs) | qugar::impl::AffineTransf< dim > | explicit |
coefs_ | qugar::impl::AffineTransf< dim > | private |
compute_coefs(const Point< dim > &origin, real scale) | qugar::impl::AffineTransf< dim > | privatestatic |
compute_coefs(const Point< dim > &origin, const Point< dim > &axis_x=Point< dim >(numbers::one, numbers::zero, numbers::zero), const Point< dim > &axis_y=Point< dim >(numbers::zero, numbers::one, numbers::zero), real scale_x=numbers::one, real scale_y=numbers::one, real scale_z=numbers::one) | qugar::impl::AffineTransf< dim > | privatestatic |
compute_coefs(const Point< dim > &origin, const Point< dim > &axis_x=Point< dim >(numbers::one, numbers::zero), real scale_x=numbers::one, real scale_y=numbers::one) | qugar::impl::AffineTransf< dim > | privatestatic |
inverse() const | qugar::impl::AffineTransf< dim > | |
n_coefs | qugar::impl::AffineTransf< dim > | static |
operator*(const AffineTransf< dim > &rhs) const | qugar::impl::AffineTransf< dim > | |
Tensor typedef | qugar::impl::AffineTransf< dim > | |
transform_point(const Vector< T, dim > &point) const | qugar::impl::AffineTransf< dim > | |
transform_tensor(const Tensor< T > &tensor) const | qugar::impl::AffineTransf< dim > | |
transform_vector(const Vector< T, dim > &vector) const | qugar::impl::AffineTransf< dim > |