dchip ~master (2017-10-05T11:44:55Z)
Home
Dub
Repo
cpSegmentShape
dchip
cpShape
@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
Source
See Implementation
dchip
cpShape
enums
cpShapeType
functions
cpSegmentQueryHitDist
cpSegmentQueryHitPoint
mixins
__anonymous
structs
cpCircleShape
cpNearestPointQueryInfo
cpSegmentQueryInfo
cpSegmentShape
cpShape
cpShapeClass
@private