turtle ~master (2021-08-23T10:45:39Z)
Dub
Repo
cpDampedSpring
dchip
cpDampedSpring
@private
struct
cpDampedSpring {
cpConstraint
constraint
;
cpVect
anchr1
;
cpVect
anchr2
;
cpFloat
restLength
;
cpFloat
stiffness
;
cpFloat
damping
;
cpDampedSpringForceFunc
springForceFunc
;
cpFloat
target_vrn
;
cpFloat
v_coef
;
cpVect
r1
;
cpVect
r2
;
cpFloat
nMass
;
cpVect
n
;
cpFloat
jAcc
;
}
Members
Variables
anchr1
cpVect
anchr1
;
anchr2
cpVect
anchr2
;
Undocumented in source.
constraint
cpConstraint
constraint
;
Undocumented in source.
damping
cpFloat
damping
;
Undocumented in source.
jAcc
cpFloat
jAcc
;
Undocumented in source.
n
cpVect
n
;
Undocumented in source.
nMass
cpFloat
nMass
;
Undocumented in source.
r1
cpVect
r1
;
r2
cpVect
r2
;
Undocumented in source.
restLength
cpFloat
restLength
;
Undocumented in source.
springForceFunc
cpDampedSpringForceFunc
springForceFunc
;
Undocumented in source.
stiffness
cpFloat
stiffness
;
Undocumented in source.
target_vrn
cpFloat
target_vrn
;
Undocumented in source.
v_coef
cpFloat
v_coef
;
Undocumented in source.
Meta
Source
See Implementation
dchip
cpDampedSpring
aliases
cpDampedSpringForceFunc
functions
_initModuleCtor_cpDampedSpring
applyCachedImpulse
applyImpulse
cpDampedSpringAlloc
cpDampedSpringGetClass
cpDampedSpringInit
cpDampedSpringNew
defaultSpringForce
getImpulse
preStep
mixins
__anonymous
static variables
klass
structs
cpDampedSpring
@private