~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to extern/solid/SOLID/SOLID.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        typedef unsigned int DT_ResponseClass;
41
41
 
42
42
        typedef enum DT_ResponseType { 
43
 
                DT_NO_RESPONSE,                  /* No response (obsolete) */              
 
43
                DT_NO_RESPONSE,                  /* No response (obsolete) */        
 
44
                DT_BROAD_RESPONSE,      
44
45
                DT_SIMPLE_RESPONSE,              /* No collision data */
45
46
                DT_WITNESSED_RESPONSE,           /* A point common to both objects
46
47
                                                                                        is returned as collision data
146
147
        extern DECLSPEC void DT_GetBBox(DT_ObjectHandle object, DT_Vector3 min, DT_Vector3 max);
147
148
 
148
149
 
 
150
        extern DECLSPEC DT_Bool  DT_GetIntersect(DT_ObjectHandle object1, DT_ObjectHandle object2,
 
151
                                                                                                DT_Vector3 v);
149
152
/* This next command returns the distance between the objects. De returned
150
153
   closest points are given in world coordinates.
151
154
*/