WPILibC++
2023.4.3-108-ge5452e3
curvature.h
Go to the documentation of this file.
1
// Copyright (c) FIRST and other WPILib contributors.
2
// Open Source Software; you can modify and/or share it under the terms of
3
// the WPILib BSD license file in the root directory of this project.
4
5
#pragma once
6
7
#include "
units/angle.h
"
8
#include "
units/base.h
"
9
#include "
units/length.h
"
10
11
namespace
units
{
12
using
curvature_t
=
units::unit_t
<
13
units::compound_unit<units::radians, units::inverse<units::meters>
>>;
14
}
// namespace units
angle.h
base.h
units::unit_t< units::compound_unit< units::radians, units::inverse< units::meters > > >
units::compound_unit
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition:
base.h:1445
length.h
units
Unit Conversion Library namespace.
Definition:
magnetic_flux.h:31
units
curvature.h
Generated on Mon Jul 10 2023 17:02:46 for WPILibC++ by
1.9.4