WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
Translation3d.hpp File Reference
#include <algorithm>
#include <initializer_list>
#include <span>
#include <Eigen/Core>
#include "wpi/math/geometry/Rotation3d.hpp"
#include "wpi/math/geometry/Translation2d.hpp"
#include "wpi/units/area.hpp"
#include "wpi/units/length.hpp"
#include "wpi/units/math.hpp"
#include "wpi/util/SymbolExports.hpp"
#include "wpi/util/json_fwd.hpp"
#include "wpi/math/geometry/proto/Translation3dProto.hpp"
#include "wpi/math/geometry/struct/Translation3dStruct.hpp"

Go to the source code of this file.

Classes

class  wpi::math::Translation3d
 Represents a translation in 3D space. More...

Namespaces

namespace  wpi
namespace  wpi::math

Functions

WPILIB_DLLEXPORT void wpi::math::to_json (wpi::util::json &json, const Translation3d &state)
WPILIB_DLLEXPORT void wpi::math::from_json (const wpi::util::json &json, Translation3d &state)