WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for frc::Rotation3d, including all inherited members.
Angle() const | frc::Rotation3d | |
Axis() const | frc::Rotation3d | |
GetQuaternion() const | frc::Rotation3d | |
operator*(double scalar) const | frc::Rotation3d | |
operator+(const Rotation3d &other) const | frc::Rotation3d | |
operator-(const Rotation3d &other) const | frc::Rotation3d | |
operator-() const | frc::Rotation3d | |
operator/(double scalar) const | frc::Rotation3d | |
operator==(const Rotation3d &) const =default | frc::Rotation3d | |
RotateBy(const Rotation3d &other) const | frc::Rotation3d | |
Rotation3d()=default | frc::Rotation3d | |
Rotation3d(const Quaternion &q) | frc::Rotation3d | explicit |
Rotation3d(units::radian_t roll, units::radian_t pitch, units::radian_t yaw) | frc::Rotation3d | |
Rotation3d(const Vectord< 3 > &axis, units::radian_t angle) | frc::Rotation3d | |
Rotation3d(const Eigen::Vector3d &rvec) | frc::Rotation3d | explicit |
Rotation3d(const Eigen::Matrix3d &rotationMatrix) | frc::Rotation3d | explicit |
Rotation3d(const Vectord< 3 > &initial, const Vectord< 3 > &final) | frc::Rotation3d | |
ToRotation2d() const | frc::Rotation3d | |
X() const | frc::Rotation3d | |
Y() const | frc::Rotation3d | |
Z() const | frc::Rotation3d |