dchip.cpConstraint

Members

Aliases

cpConstraintPostSolveFunc
alias cpConstraintPostSolveFunc = void function(cpConstraint* constraint, cpSpace* space)

Callback function type that gets called after solving a joint.

cpConstraintPreSolveFunc
alias cpConstraintPreSolveFunc = void function(cpConstraint* constraint, cpSpace* space)

Callback function type that gets called before solving a joint.

Functions

cpConstraintActivateBodies
void cpConstraintActivateBodies(cpConstraint* constraint)

@private

Structs

cpConstraint
struct cpConstraint

Opaque cpConstraint struct.

cpConstraintClass
struct cpConstraintClass

@private

Meta