Unit 'chipmunklib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_chipmunkpas]

cpPolyShape

Declaration

Source position: chipmunklib.pas line 372

type cpPolyShape = record

  shape: cpShape;

  

  numVerts: Integer;

  

  verts: PcpVectArray;

  

  axes: PcpPolyShapeAxisArray;

  

  tVerts: PcpVectArray;

  

  tAxes: PcpPolyShapeAxisArray;

  

  convex: Boolean;

  

end;



CT Web help

CodeTyphon Studio