mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-17 02:06:45 +08:00
update documentation (thanks Kenneth)
This commit is contained in:
parent
cc6c4d807b
commit
61b85b1436
@ -109,7 +109,7 @@ public:
|
|||||||
/** \returns a vector expression of the coefficients (x,y,z,w) */
|
/** \returns a vector expression of the coefficients (x,y,z,w) */
|
||||||
inline Coefficients& coeffs() { return m_coeffs; }
|
inline Coefficients& coeffs() { return m_coeffs; }
|
||||||
|
|
||||||
/** Default constructor and initializing an identity quaternion. */
|
/** Default constructor leaving the quaternion uninitialized. */
|
||||||
inline Quaternion() {}
|
inline Quaternion() {}
|
||||||
|
|
||||||
inline Quaternion(ei_constructor_without_unaligned_array_assert)
|
inline Quaternion(ei_constructor_without_unaligned_array_assert)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user