JSim 2026.06.01-p(1)
Loading...
Searching...
No Matches
season_2026_gamepiece.hpp
Go to the documentation of this file.
1// Copyright (c) JSim contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the LGPLv3 license file in the root directory of this project.
4
5#pragma once
6
9
10namespace frcsim {
11
18 public:
20 : Gamepiece(BallGamepiecePresets::season2026BallConfig(),
21 BallGamepiecePresets::season2026BallProperties()) {
22 setTypeName("Ball2026");
23 }
24
26 const Gamepiece::Properties& props)
27 : Gamepiece(cfg, props) {
28 setTypeName("Ball2026");
29 }
30
34
38};
39
40} // namespace frcsim
Gamepiece()=default
BallPhysicsSim3D::Config Config
Definition gamepiece.hpp:23
BallPhysicsSim3D::BallProperties Properties
Definition gamepiece.hpp:24
void setTypeName(const std::string &name)
Definition gamepiece.hpp:127
Season2026Gamepiece()
Definition season_2026_gamepiece.hpp:19
static Gamepiece::Properties defaultProperties()
Definition season_2026_gamepiece.hpp:31
Season2026Gamepiece(const Gamepiece::Config &cfg, const Gamepiece::Properties &props)
Definition season_2026_gamepiece.hpp:25
static Gamepiece::Config defaultConfig()
Definition season_2026_gamepiece.hpp:35
Definition season_2026_gamepiece_presets.hpp:9
BallPhysicsSim3D::BallProperties season2026BallProperties()
Definition season_2026_gamepiece_presets.hpp:19
BallPhysicsSim3D::Config season2026BallConfig()
Definition season_2026_gamepiece_presets.hpp:29
Definition vector.hpp:13