![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
スライダのデスクリプタ
#include <SprPHJoint.h>

Public メソッド | |
| SPR_DESCDEF (PHSliderJoint) | |
Public 変数 | |
| bool | bConstraintY |
| 並進Y軸を拘束するか デフォルトtrue | |
| bool | bConstraintRollX |
| 回転X軸を拘束するか デフォルトtrue | |
| bool | bConstraintRollZ |
| 回転Z軸を拘束するか デフォルトtrue | |
Public 変数 inherited from PH1DJointDesc | |
| bool | cyclic |
| double | spring |
| double | damper |
| double | secondDamper |
| double | targetPosition |
| double | targetVelocity |
| double | offsetForce |
| double | yieldStress |
| double | hardnessRate |
| double | secondMoment |
Public 変数 inherited from PHJointDesc | |
| double | fMax |
| 関節の出すことができる最大の力 | |
Public 変数 inherited from PHConstraintDesc | |
| bool | bEnabled |
| 有効/無効フラグ | |
| Posed | poseSocket |
| 剛体から見た関節の位置と傾き | |
| Posed | posePlug |