v1.0
Static Public Member Functions
|
List of all members
Eigen::internal::quat_conj< Arch, Derived, Scalar > Struct Template Reference
#include <
Quaternion.h
>
Static Public Member Functions
static
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE
Quaternion
<
Scalar
>
run
(const
QuaternionBase
< Derived > &q)
Member Function Documentation
◆
run()
template<int Arch, class Derived , typename Scalar >
static
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE
Quaternion
<
Scalar
>
Eigen::internal::quat_conj
< Arch, Derived,
Scalar
>::run
(
const
QuaternionBase
< Derived > &
q
)
inline
static
741
{
742
return
Quaternion<Scalar>
(
q
.w(), -
q
.x(), -
q
.y(), -
q
.z());
743
}
Quaternion
This class contains the 4 components of a quaternion and the standard operators and functions needed ...
Definition:
Kernel/Math/Quaternion.h:42
Eigen::numext::q
EIGEN_DEVICE_FUNC const Scalar & q
Definition:
SpecialFunctionsImpl.h:2019
References
Eigen::numext::q
.
The documentation for this struct was generated from the following file:
Eigen/Eigen/src/Geometry/Quaternion.h
Eigen
internal
quat_conj
Generated on Wed Aug 27 2025 17:08:07 for MercuryDPM by
1.9.1