cpp eigen.Quaterniond.x is a member function of the Quaterniond class in the Eigen library for C++. It returns the x component value of the quaternion, which represents the rotation around the x-axis. This function is used to access or modify the x component value of a quaternion object in a C++ program.
C++ (Cpp) Quaterniond::x - 30 examples found. These are the top rated real world C++ (Cpp) examples of eigen::Quaterniond::x extracted from open source projects. You can rate examples to help us improve the quality of examples.