drawSpace

Undocumented in source.

Members

Functions

DrawSpace
void DrawSpace(cpSpace* space, drawSpaceOptions* options)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

drawBB
void drawBB(cpShape* shape, void* unused)
Undocumented in source. Be warned that the author may not have intended to support it.
drawCircleShape
void drawCircleShape(cpBody* body_, cpCircleShape* circle, cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
drawConstraint
void drawConstraint(cpConstraint* constraint)
Undocumented in source. Be warned that the author may not have intended to support it.
drawObject
void drawObject(cpShape* shape, cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPolyShape
void drawPolyShape(cpBody* body_, cpPolyShape* poly, cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
drawSegmentShape
void drawSegmentShape(cpBody* body_, cpSegmentShape* seg, cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
drawSpring
void drawSpring(cpDampedSpring* spring, cpBody* body_a, cpBody* body_b)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor_for_shape
void glColor_for_shape(cpShape* shape, cpSpace* space)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor_from_hash
void glColor_from_hash(cpHashValue hash)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

drawSpaceOptions
struct drawSpaceOptions
Undocumented in source.

Variables

LINE_COLOR
enum float[3] LINE_COLOR;
Undocumented in source.
circleVAR
enum GLfloat[] circleVAR;
Undocumented in source.
circleVAR_count
enum int circleVAR_count;
Undocumented in source.
pillVAR
enum GLfloat[] pillVAR;
Undocumented in source.
pillVAR_count
enum int pillVAR_count;
Undocumented in source.
springVAR
enum GLfloat[] springVAR;
Undocumented in source.
springVAR_count
enum int springVAR_count;
Undocumented in source.

Meta