Extern :
- C3d aggiornamento librerie ( 118015).
This commit is contained in:
@@ -123,7 +123,7 @@ struct MATH_CLASS cdet_query
|
||||
|
||||
struct cback_data ///< Data structure that notifies an app about collision detection event.
|
||||
{
|
||||
geom_element first, second; ///< Pair of geometric objects
|
||||
geom_element first, second; ///< Pair of geometric objects.
|
||||
cback_data(): first(), second() {}
|
||||
};
|
||||
|
||||
@@ -371,9 +371,9 @@ typedef enum
|
||||
//---
|
||||
struct MATH_CLASS CDM_item_data
|
||||
{
|
||||
cdet_item comp; // Descriptor of the component owning the inctance.
|
||||
cdet_item inst; // Descriptor of the instance.
|
||||
cdet_app_item appItem; // Application pointer for the instance or the component.
|
||||
cdet_item comp = CDET_NULL; // Descriptor of the component owning the inctance.
|
||||
cdet_item inst = CDET_NULL; // Descriptor of the instance.
|
||||
cdet_app_item appItem = CDET_APP_NULL; // Application pointer for the instance or the component.
|
||||
CDM_item_data()
|
||||
{
|
||||
comp = inst = CDET_NULL;
|
||||
@@ -385,6 +385,7 @@ struct MATH_CLASS CDM_item_data
|
||||
//
|
||||
//---
|
||||
typedef CDM_exam_status (*CDM_exam_func)( cdet_query *, const CDM_item_data &, const CDM_item_data & );
|
||||
typedef double (*CDM_tolerance_func)( cdet_query *, const CDM_item_data & );
|
||||
|
||||
/** \} */ // Collision_Detection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user