Function acme::Intersection(disk const&, disk const&, segment&, real)¶
- Defined in File intersection.hxx 
Function Documentation¶
- 
bool acme::Intersection(disk const &disk0_in, disk const &disk1_in, segment &segment_out = DUMMY_SEGMENT, real tolerance = EPSILON)¶
 
- 
Intersection between disks WARNING: This function does not support coplanarity! - Parameters
- 
- disk0_in – Input disk 0 
- disk1_in – Input disk 1 
- segment_out – Output segment 
- tolerance – Tolerance 
 
 
