WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpi/SymbolExports.h>
#include "Quaternion.h"
#include "Rotation2d.h"
#include "frc/EigenCore.h"
#include "units/angle.h"
Go to the source code of this file.
Classes | |
class | frc::Rotation3d |
A rotation in a 3D coordinate frame represented by a quaternion. More... | |
Namespaces | |
namespace | wpi |
namespace | frc |
Functions | |
WPILIB_DLLEXPORT void | frc::to_json (wpi::json &json, const Rotation3d &rotation) |
WPILIB_DLLEXPORT void | frc::from_json (const wpi::json &json, Rotation3d &rotation) |