JSim 2026.06.01-p(1)
Loading...
Searching...
No Matches
material.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
7namespace frcsim {
8
34
35} // namespace frcsim
Definition vector.hpp:13
Contact material parameters for collision response.
Definition material.hpp:20
double coefficient_of_friction_kinetic
Coefficient of kinetic friction (sliding).
Definition material.hpp:25
double collision_damping
Definition material.hpp:32
double coefficient_of_restitution
Coefficient of restitution (bounciness): 0 = absorb, 1 = perfectly elastic.
Definition material.hpp:22
double coefficient_of_friction_static
Coefficient of static friction (stiction).
Definition material.hpp:28