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


Public Member Functions | |
| DYN_FUNC | FixedJoint () |
| CPU_FUNC | FixedJoint (PdActor *a1, PdActor *a2) |
| CPU_FUNC | FixedJoint (PdActor *a1) |
| void | setAnchorPoint (Vector< Real, 3 >anchor_point) |
| void | setAnchorAngle (Quat< Real > quat) |
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 |
| Vector< Real, 3 > | w |
| Quat< Real > | q |
| Quat< Real > | q_init |
Public Attributes inherited from dyno::Joint< Real > | |
| int | bodyId1 |
| int | bodyId2 |
| ElementType | bodyType1 |
| ElementType | bodyType2 |
| PdActor * | actor1 = nullptr |
| PdActor * | actor2 = nullptr |
Definition at line 359 of file DiscreteElements.h.
|
inline |
Definition at line 362 of file DiscreteElements.h.
|
inline |
Definition at line 374 of file DiscreteElements.h.
|
inline |
Definition at line 386 of file DiscreteElements.h.
|
inline |
Definition at line 415 of file DiscreteElements.h.
|
inline |
Definition at line 398 of file DiscreteElements.h.
| Quat<Real> dyno::FixedJoint< Real >::q |
Definition at line 422 of file DiscreteElements.h.
| Quat<Real> dyno::FixedJoint< Real >::q_init |
Definition at line 423 of file DiscreteElements.h.
| Vector<Real, 3> dyno::FixedJoint< Real >::r1 |
Definition at line 419 of file DiscreteElements.h.
| Vector<Real, 3> dyno::FixedJoint< Real >::r2 |
Definition at line 420 of file DiscreteElements.h.
| Vector<Real, 3> dyno::FixedJoint< Real >::w |
Definition at line 421 of file DiscreteElements.h.