Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Physics::RigidBodyComponent Struct Reference

Public Member Functions

 RigidBodyComponent (float mass, ColliderComponent *colliderComponent)
 
void SetCollisionShape (ColliderComponent *colliderComponent)
 
void SetFriction (float friction)
 
void SetRestitution (float restitution)
 
void SetDamping (float linear, float rotational)
 
void ApplyForce (Math::Float3 pos, Math::Float3 force)
 
void ApplyCentralForce (Math::Float3 force)
 
void ApplyImpulse (Math::Float3 pos, Math::Float3 force)
 
void ApplyCentralImpulse (Math::Float3 force)
 
float GetMass () const
 
float GetFriction () const
 
float GetRestitution () const
 
float GetDampingLinear () const
 
float GetDampingRotational () const
 

Public Attributes

btRigidBody * rigidBody = nullptr
 

The documentation for this struct was generated from the following files: