QUGaR 0.0.4
Loading...
Searching...
No Matches
qugar::impl::AffineTransf< dim > Member List

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() constqugar::impl::AffineTransf< dim >
n_coefsqugar::impl::AffineTransf< dim >static
operator*(const AffineTransf< dim > &rhs) constqugar::impl::AffineTransf< dim >
Tensor typedefqugar::impl::AffineTransf< dim >
transform_point(const Vector< T, dim > &point) constqugar::impl::AffineTransf< dim >
transform_tensor(const Tensor< T > &tensor) constqugar::impl::AffineTransf< dim >
transform_vector(const Vector< T, dim > &vector) constqugar::impl::AffineTransf< dim >