dchip.cpShape

Members

Enums

cpShapeType
enum cpShapeType

@private

Functions

cpSegmentQueryHitDist
cpFloat cpSegmentQueryHitDist(const cpVect start, const cpVect end, const cpSegmentQueryInfo info)

Get the hit distance for a segment query.

cpSegmentQueryHitPoint
cpVect cpSegmentQueryHitPoint(const cpVect start, const cpVect end, const cpSegmentQueryInfo info)

Get the hit point for a segment query.

Mixins

__anonymous
mixin _ExportEnumMembers!cpShapeType

Structs

cpCircleShape
struct cpCircleShape

@private

cpNearestPointQueryInfo
struct cpNearestPointQueryInfo

The cpShape struct defines the shape of a rigid body_. Nearest point query info struct.

cpSegmentQueryInfo
struct cpSegmentQueryInfo

Segment query info struct.

cpSegmentShape
struct cpSegmentShape

@private

cpShape
struct cpShape

Opaque collision shape struct.

cpShapeClass
struct cpShapeClass

@private

Meta