NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Attributes | |
float | mass = 1.f |
sf::Vector2f | linear_velocity = {0.f, 0.f} |
sf::Vector2f | linear_damping = {1.f, 1.f} |
float | angular_velocity = 0.f |
float | angular_damping = 1.f |
Definition at line 9 of file PhysicsComponent.hpp.