JSim 2026.06.01-p(1)
Loading...
Searching...
No Matches
ball_wrapper.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
8
9namespace frcsim {
10
18class Ball : public Gamepiece {
19 public:
21
22 Ball() = default;
23
25 : Gamepiece(cfg, props) {}
26
33};
34
35} // namespace frcsim
Gamepiece()=default
Ball()=default
static Ball defaultEvergreen()
Definition ball_wrapper.hpp:28
Ball(const Gamepiece::Config &cfg, const Gamepiece::Properties &props)
Definition ball_wrapper.hpp:24
Gamepiece()=default
BallPhysicsSim3D::Config Config
Definition gamepiece.hpp:23
BallPhysicsSim3D::BallProperties Properties
Definition gamepiece.hpp:24
Definition vector.hpp:13