← Back to team overview

yade-dev team mailing list archive

Re: NaN/null positions in collider

 

> I don't know the details of what happens when bodies don't have a BBox, so it may be a dumb questions :
> 1. Does the collider make operations on bodies wich have no BBox? (?!!!)
>   
Yes, it loops over all bodies. Go have a look in the code.
> 2. In case yes, wouldn't it be better to set position at +/- MAX_REAL to avoid sorting operations in the collider?
>   
Yes, it would make sense to assign +inf to minima and -inf to maxima.
Will try that.

_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev



References