JSim 2026.06.01-p(1)
Loading...
Searching...
No Matches
season_2025_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::season2025BallConfig(),
21 BallGamepiecePresets::season2025BallProperties()) {
22 setTypeName("Ball2025");
23 }
24
26 const Gamepiece::Properties& props)
27 : Gamepiece(cfg, props) {
28 setTypeName("Ball2025");
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
static Gamepiece::Config defaultConfig()
Definition season_2025_gamepiece.hpp:35
Season2025Gamepiece()
Definition season_2025_gamepiece.hpp:19
static Gamepiece::Properties defaultProperties()
Definition season_2025_gamepiece.hpp:31
Season2025Gamepiece(const Gamepiece::Config &cfg, const Gamepiece::Properties &props)
Definition season_2025_gamepiece.hpp:25
Definition season_2026_gamepiece_presets.hpp:9
BallPhysicsSim3D::BallProperties season2025BallProperties()
Definition season_2025_gamepiece_presets.hpp:20
BallPhysicsSim3D::Config season2025BallConfig()
Definition season_2025_gamepiece_presets.hpp:30
Definition vector.hpp:13