Module slider_joint

Search:
Group by:

Consts

PARAM_LINEAR_LIMIT_UPPER* = 0'i64
PARAM_LINEAR_LIMIT_LOWER* = 1'i64
PARAM_LINEAR_LIMIT_SOFTNESS* = 2'i64
PARAM_LINEAR_LIMIT_RESTITUTION* = 3'i64
PARAM_LINEAR_LIMIT_DAMPING* = 4'i64
PARAM_LINEAR_MOTION_SOFTNESS* = 5'i64
PARAM_LINEAR_MOTION_RESTITUTION* = 6'i64
PARAM_LINEAR_MOTION_DAMPING* = 7'i64
PARAM_LINEAR_ORTHOGONAL_SOFTNESS* = 8'i64
PARAM_LINEAR_ORTHOGONAL_RESTITUTION* = 9'i64
PARAM_LINEAR_ORTHOGONAL_DAMPING* = 10'i64
PARAM_ANGULAR_LIMIT_UPPER* = 11'i64
PARAM_ANGULAR_LIMIT_LOWER* = 12'i64
PARAM_ANGULAR_LIMIT_SOFTNESS* = 13'i64
PARAM_ANGULAR_LIMIT_RESTITUTION* = 14'i64
PARAM_ANGULAR_LIMIT_DAMPING* = 15'i64
PARAM_ANGULAR_MOTION_SOFTNESS* = 16'i64
PARAM_ANGULAR_MOTION_RESTITUTION* = 17'i64
PARAM_ANGULAR_MOTION_DAMPING* = 18'i64
PARAM_ANGULAR_ORTHOGONAL_SOFTNESS* = 19'i64
PARAM_ANGULAR_ORTHOGONAL_RESTITUTION* = 20'i64
PARAM_ANGULAR_ORTHOGONAL_DAMPING* = 21'i64
PARAM_MAX* = 22'i64

Procs

proc linearLimitupperDistance*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearLimitupperDistance =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearLimitlowerDistance*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearLimitlowerDistance =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearLimitsoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearLimitsoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearLimitrestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearLimitrestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearLimitdamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearLimitdamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearMotionsoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearMotionsoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearMotionrestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearMotionrestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearMotiondamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearMotiondamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearOrthosoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearOrthosoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearOrthorestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearOrthorestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc linearOrthodamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `linearOrthodamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularLimitupperAngle*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularLimitupperAngle =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularLimitlowerAngle*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularLimitlowerAngle =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularLimitsoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularLimitsoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularLimitrestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularLimitrestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularLimitdamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularLimitdamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularMotionsoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularMotionsoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularMotionrestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularMotionrestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularMotiondamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularMotiondamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularOrthosoftness*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularOrthosoftness =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularOrthorestitution*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularOrthorestitution =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}
proc angularOrthodamping*(self: SliderJoint): float64 {.
gcsafe, locks: 0
.}
proc `angularOrthodamping =`*(self: SliderJoint; val: float64) {.
gcsafe, locks: 0
.}