Home
last modified time | relevance | path

Searched refs:cpPinJoint (Results 1 – 8 of 8) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpPinJoint.c25 preStep(cpPinJoint *joint, cpFloat dt) in preStep()
56 applyImpulse(cpPinJoint *joint, cpFloat dt) in applyImpulse()
78 getImpulse(cpPinJoint *joint) in getImpulse()
91 cpPinJoint *
94 return (cpPinJoint *)cpcalloc(1, sizeof(cpPinJoint)); in cpPinJointAlloc()
97 cpPinJoint *
133 return ((cpPinJoint *)constraint)->anchorA; in cpPinJointGetAnchorA()
141 ((cpPinJoint *)constraint)->anchorA = anchorA; in cpPinJointSetAnchorA()
148 return ((cpPinJoint *)constraint)->anchorB; in cpPinJointGetAnchorB()
163 return ((cpPinJoint *)constraint)->dist; in cpPinJointGetDist()
[all …]
H A DcpSpaceDebug.c90 cpPinJoint *joint = (cpPinJoint *)constraint; in cpSpaceDebugDrawConstraint()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A DcpPinJoint.h29 CP_EXPORT cpPinJoint* cpPinJointAlloc(void);
31 CP_EXPORT cpPinJoint* cpPinJointInit(cpPinJoint *joint, cpBody *a, cpBody *b, cpVect anchorA, cpVec…
H A Dchipmunk.h104 typedef struct cpPinJoint cpPinJoint; typedef
H A Dchipmunk_private.h405 struct cpPinJoint { struct
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkConstraint.m158 cpPinJoint _constraint;
182 both2(cpVect, cpPinJoint, anchorA, AnchorA)
183 both2(cpVect, cpPinJoint, anchorB, AnchorB)
184 both2(cpFloat, cpPinJoint, dist, Dist)
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/xcode/Chipmunk7.xcodeproj/
H A Dproject.pbxproj97 …3800E1E0E98176F00A3D7FA /* cpPinJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = D3800E1B0E9…
98 …3800E1F0E98176F00A3D7FA /* cpPinJoint.h in Headers */ = {isa = PBXBuildFile; fileRef = D3800E1C0E9…
135 …3C378F611063C57003EF1D9 /* cpPinJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = D3800E1B0E9…
306 …E98176F00A3D7FA /* cpPinJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
307cpPinJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; n…
566 D3800E1C0E98176F00A3D7FA /* cpPinJoint.h */,
567 D3800E1B0E98176F00A3D7FA /* cpPinJoint.c */,
809 D3800E1F0E98176F00A3D7FA /* cpPinJoint.h in Headers */,
1082 D3800E1E0E98176F00A3D7FA /* cpPinJoint.c in Sources */,
1130 D3C378F611063C57003EF1D9 /* cpPinJoint.c in Sources */,
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/dependencies/chipmunk/
H A Dchipmunk.nim1338 # CP_DefineConstraintProperty(cpPinJoint, cpVect, anchr1, Anchr1)