Module damped_spring_joint_2d

Procs

proc length(self: DampedSpringJoint2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc length=(self: DampedSpringJoint2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc restLength(self: DampedSpringJoint2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc restLength=(self: DampedSpringJoint2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc stiffness(self: DampedSpringJoint2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc stiffness=(self: DampedSpringJoint2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc damping(self: DampedSpringJoint2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc damping=(self: DampedSpringJoint2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}