cpSegmentShape

@private

struct cpSegmentShape {
cpShape shape;
cpVect a;
cpVect b;
cpVect n;
cpVect ta;
cpVect tb;
cpVect tn;
cpFloat r;
cpVect a_tangent;
cpVect b_tangent;
}

Meta