WPILibC++ 2024.3.2
|
#include <Eigen/Core>
#include <wpi/SymbolExports.h>
#include <wpi/json_fwd.h>
#include "frc/geometry/Rotation3d.h"
#include "frc/geometry/Translation2d.h"
#include "units/length.h"
#include "frc/geometry/proto/Translation3dProto.h"
#include "frc/geometry/struct/Translation3dStruct.h"
#include "frc/geometry/Translation3d.inc"
Go to the source code of this file.
Classes | |
class | frc::Translation3d |
Represents a translation in 3D space. More... | |
Namespaces | |
namespace | frc |
Functions | |
WPILIB_DLLEXPORT void | frc::to_json (wpi::json &json, const Translation3d &state) |
WPILIB_DLLEXPORT void | frc::from_json (const wpi::json &json, Translation3d &state) |