~codeforger/pypal/docs

« back to all changes in this revision

Viewing changes to pypal/api/geometry/Convex

  • Committer: Michael Rochester
  • Date: 2014-07-15 11:24:37 UTC
  • Revision ID: m.rochester93@googlemail.com-20140715112437-ab14ls9ba2bk7p2j
removed my progress tracking files as they are nolonger neede

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
void GetPosition (palVector3 &pos)
2
 
palVector3 geometry_box_get_position(palBoxGeometry*)
3
 
float(3) get_position()
4
 
 
5
 
const palMatrix4x4 & GetLocationMatrix ()
6
 
 palMatrix geometry_box_get_location(palBoxGeometry*)
7
 
#float(16) get_location()
8
 
 
9
 
const palMatrix4x4 & GetOffsetMatrix ()
10
 
 palMatrix geometry_box_get_offsett(palBoxGeometry*)
11
 
#float(16) get_location()
12
 
 
13
 
#Float * GenerateMesh_Vertices ()
14
 
 
15
 
#int * GenerateMesh_Indices ()
16
 
 
17
 
#int GetNumberOfVertices ()
18
 
 
19
 
#int GetNumberOfIndices ()
20
 
 
21
 
void SetMass (Float mass)
22
 
void geometry_box_set_mass(palBoxGeometry*,float)
23
 
set_mass(float)
24
 
 
25
 
#Float GetMass ()
26
 
float geometry_box_get_mass(palBoxGeometry*,)
27
 
float get_mass()
28
 
 
29
 
#palBodyBase * GetBaseBody ()
30
 
 
31
 
#void CalculateInertia ()
32
 
 
33
 
Float GetMargin ()
34
 
float geometry_box_get_margin(palBoxGeometry*,)
35
 
float get_margin()
36
 
 
37
 
 
38
 
bool SetMargin (Float margin)
39
 
bool geometry_box_set_margin(palBoxGeometry*,float)
40
 
bool set_margin(float)
41
 
 
42
 
 
43
 
void Init (const palMatrix4x4 &pos, const Float *pVertices, int nVertices, Float mass)
44
 
void Init (const palMatrix4x4 &pos, const Float *pVertices, int nVertices, const int *pIndices, int nIndices, Float mass)
45
 
 
46
 
#void CalculateInertia ()
47
 
 
48
 
#palVector3 GetXYZDimensions ()
 
 
b'\\ No newline at end of file'