rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-api
/
io.github.aecsocket.rattle
/
JointAxis
/
Motor
/
Enabled
Enabled
data
class
Enabled
(
val
targetVel
:
Double
,
val
targetPos
:
Double
,
val
stiffness
:
Double
,
val
damping
:
Double
,
val
maxForce
:
Double
,
val
impulse
:
Double
,
val
model
:
JointAxis.Motor.Model
)
:
JointAxis.Motor
Members
Constructors
Enabled
Link copied to clipboard
constructor
(
targetVel
:
Double
,
targetPos
:
Double
,
stiffness
:
Double
,
damping
:
Double
,
maxForce
:
Double
,
impulse
:
Double
,
model
:
JointAxis.Motor.Model
)
Properties
damping
Link copied to clipboard
val
damping
:
Double
impulse
Link copied to clipboard
val
impulse
:
Double
max
Force
Link copied to clipboard
val
maxForce
:
Double
model
Link copied to clipboard
val
model
:
JointAxis.Motor.Model
stiffness
Link copied to clipboard
val
stiffness
:
Double
target
Pos
Link copied to clipboard
val
targetPos
:
Double
target
Vel
Link copied to clipboard
val
targetVel
:
Double