WPILibC++ 2023.4.3
|
#include <initializer_list>
#include <span>
#include <wpi/SymbolExports.h>
#include "Rotation2d.h"
#include "units/length.h"
#include "Translation2d.inc"
Go to the source code of this file.
Classes | |
class | frc::Translation2d |
Represents a translation in 2D space. More... | |
Namespaces | |
namespace | wpi |
/file This file defines the SmallVector class. | |
namespace | frc |
Functions | |
WPILIB_DLLEXPORT void | frc::to_json (wpi::json &json, const Translation2d &state) |
WPILIB_DLLEXPORT void | frc::from_json (const wpi::json &json, Translation2d &state) |