- C3d aggiornamento librerie ( 118015).
This commit is contained in:
SaraP
2024-10-29 15:01:17 +01:00
parent 881ce088e8
commit 3ab0db8937
38 changed files with 984 additions and 231 deletions
+5 -4
View File
@@ -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