Home
last modified time | relevance | path

Searched refs:cpSegmentShape (Results 1 – 7 of 7) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpShape.c371 cpSegmentShape *
374 return (cpSegmentShape *)cpcalloc(1, sizeof(cpSegmentShape)); in cpSegmentShapeAlloc()
378 cpSegmentShapeCacheData(cpSegmentShape *seg, cpTransform transform) in cpSegmentShapeCacheData()
486 cpSegmentShape *
513 return ((cpSegmentShape *)shape)->a; in cpSegmentShapeGetA()
520 return ((cpSegmentShape *)shape)->b; in cpSegmentShapeGetB()
527 return ((cpSegmentShape *)shape)->n; in cpSegmentShapeGetNormal()
534 return ((cpSegmentShape *)shape)->r; in cpSegmentShapeGetRadius()
541 cpSegmentShape *seg = (cpSegmentShape *)shape; in cpSegmentShapeSetNeighbors()
581 cpSegmentShape *seg = (cpSegmentShape *)shape; in cpSegmentShapeSetEndpoints()
[all …]
H A DcpCollision.c102 SegmentSupportPoint(const cpSegmentShape *seg, const cpVect n)
185 SupportEdgeForSegment(const cpSegmentShape *seg, const cpVect n) in SupportEdgeForSegment()
412 cpSegmentShape *seg = (cpSegmentShape *)shape; in ShapePoint()
549 CircleToSegment(const cpCircleShape *circle, const cpSegmentShape *segment, struct cpCollisionInfo … in CircleToSegment()
581 SegmentToSegment(const cpSegmentShape *seg1, const cpSegmentShape *seg2, struct cpCollisionInfo *in… in SegmentToSegment()
640 SegmentToPoly(const cpSegmentShape *seg, const cpPolyShape *poly, struct cpCollisionInfo *info) in SegmentToPoly()
H A DcpSpaceDebug.c42 cpSegmentShape *seg = (cpSegmentShape *)shape; in cpSpaceDebugDrawShape()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A DcpShape.h181 CP_EXPORT cpSegmentShape* cpSegmentShapeAlloc(void);
183 CP_EXPORT cpSegmentShape* cpSegmentShapeInit(cpSegmentShape *seg, cpBody *body, cpVect a, cpVect b,…
H A Dchipmunk.h100 typedef struct cpSegmentShape cpSegmentShape; typedef
H A Dchipmunk_private.h288 struct cpSegmentShape { struct
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkShape.m240 cpSegmentShape _shape;