ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::HingeJointComponents::HingeJointComponent Struct Reference

Structure for the data of a transform component. More...

#include <include/reactphysics3d/components/HingeJointComponents.h>

Public Member Functions

 HingeJointComponent (bool isLimitEnabled, bool isMotorEnabled, decimal lowerLimit, decimal upperLimit, decimal motorSpeed, decimal maxMotorTorque)
 Constructor.
 

Public Attributes

bool isLimitEnabled
 
bool isMotorEnabled
 
decimal lowerLimit
 
decimal upperLimit
 
decimal motorSpeed
 
decimal maxMotorTorque
 

Detailed Description

Structure for the data of a transform component.


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