![]()  | 
  
    PeriDyno 1.2.1
    
   | 
 
#include <DiscreteElements.h>


Public Member Functions | |
| DistanceJoint () | |
| DistanceJoint (PdActor *a1, PdActor *a2) | |
| void | setDistanceJoint (Vector< Real, 3 > r1, Vector< Real, 3 > r2, Real distance) | 
  Public Member Functions inherited from dyno::Joint< Real > | |
| DYN_FUNC | Joint () | 
| CPU_FUNC | Joint (PdActor *a1, PdActor *a2) | 
Public Attributes | |
| Vector< Real, 3 > | r1 | 
| Vector< Real, 3 > | r2 | 
| Real | distance | 
  Public Attributes inherited from dyno::Joint< Real > | |
| int | bodyId1 | 
| int | bodyId2 | 
| ElementType | bodyType1 | 
| ElementType | bodyType2 | 
| PdActor * | actor1 = nullptr | 
| PdActor * | actor2 = nullptr | 
Definition at line 465 of file DiscreteElements.h.
      
  | 
  inline | 
Definition at line 468 of file DiscreteElements.h.
      
  | 
  inline | 
Definition at line 479 of file DiscreteElements.h.
      
  | 
  inline | 
Definition at line 490 of file DiscreteElements.h.
| Real dyno::DistanceJoint< Real >::distance | 
Definition at line 500 of file DiscreteElements.h.
| Vector<Real, 3> dyno::DistanceJoint< Real >::r1 | 
Definition at line 498 of file DiscreteElements.h.
| Vector<Real, 3> dyno::DistanceJoint< Real >::r2 | 
Definition at line 499 of file DiscreteElements.h.