Nico Pietroni
|
b87832a022
|
added PlanePointSquaredDistance function
|
2014-04-07 06:30:30 +00:00 |
Paolo Cignoni
|
b08fda7641
|
Corrected SegmentPointSquaredDistance to do not use anymore a hardcoded EPSilon value...
|
2012-07-02 16:45:49 +00:00 |
Nico Pietroni
|
d4ad0bd6f6
|
added check if length of segment is zero then function SegmentPointDistance still works
|
2012-05-25 13:32:48 +00:00 |
Paolo Cignoni
|
b57a747441
|
rewriting of the SegmentPointSquaredDistance, now it is much much much shorter.
|
2012-03-14 15:57:37 +00:00 |
Paolo Cignoni
|
790cf5d7ef
|
Added a second function to compute the distance between a point and a box, according to the fact that you need the distance between the surface of a box or the distance from the filled box (e.g. the distance is 0 inside the box)
|
2012-02-09 17:30:54 +00:00 |
Paolo Cignoni
|
999e110d01
|
renamed EPSILON into loc_EPSILON to avoid collsions with some defines.
|
2010-10-15 21:46:16 +00:00 |
Paolo Cignoni
|
98d61f03a2
|
removed an extra typename detected by gcc...
|
2010-10-15 21:15:39 +00:00 |
Nico Pietroni
|
6134c11fbd
|
first release version of the collection of minimum distance functions between geometric entities in 3D
|
2010-10-15 15:13:22 +00:00 |