turtle ~master (2021-08-23T10:45:39Z)
Dub
Repo
cpPolyShape
dchip
cpPolyShape
@private
struct
cpPolyShape {
cpShape
shape
;
int
numVerts
;
cpVect
*
verts
;
cpVect
*
tVerts
;
cpSplittingPlane
*
planes
;
cpSplittingPlane
*
tPlanes
;
cpFloat
r
;
}
Members
Variables
numVerts
int
numVerts
;
Undocumented in source.
planes
cpSplittingPlane
*
planes
;
Undocumented in source.
r
cpFloat
r
;
Undocumented in source.
shape
cpShape
shape
;
Undocumented in source.
tPlanes
cpSplittingPlane
*
tPlanes
;
Undocumented in source.
tVerts
cpVect
*
tVerts
;
Undocumented in source.
verts
cpVect
*
verts
;
Undocumented in source.
Meta
Source
See Implementation
dchip
cpPolyShape
functions
_initModuleCtor_cpPolyShape
cpBoxShapeInit
cpBoxShapeInit2
cpBoxShapeInit3
cpBoxShapeNew
cpBoxShapeNew2
cpBoxShapeNew3
cpPolyShapeAlloc
cpPolyShapeCacheData
cpPolyShapeDestroy
cpPolyShapeGetNumVerts
cpPolyShapeGetRadius
cpPolyShapeGetVert
cpPolyShapeInit
cpPolyShapeInit2
cpPolyShapeNearestPointQuery
cpPolyShapeNew
cpPolyShapeNew2
cpPolyShapeSegmentQuery
cpPolyShapeSetRadius
cpPolyShapeSetVerts
cpPolyShapeTransformAxes
cpPolyShapeTransformVerts
cpPolyValidate
setUpVerts
static variables
polyClass
structs
cpPolyShape
cpSplittingPlane
@private