The cpp eigen.Quaterniond.y function refers to the y component of a quaternion. A quaternion is a mathematical concept used to represent orientations and rotations in three-dimensional space. The y component of a quaternion corresponds to the imaginary part of the quaternion and represents the rotation or orientation around the y-axis. The cpp eigen.Quaterniond.y function allows for retrieving the value of the y component of a quaternion in the C++ Eigen library.
C++ (Cpp) Quaterniond::y - 30 examples found. These are the top rated real world C++ (Cpp) examples of eigen::Quaterniond::y extracted from open source projects. You can rate examples to help us improve the quality of examples.