API Reference > FacetModeler Namespace > Classes > Intersection Class > Intersection Methods > Intersection::lessParamA Method
Intersection::lessParamA Method
Syntax
C++
static inline bool lessParamA(const Intersection& rI1, const Intersection& rI2);
Parameters 
Description 
const Intersection& rI1 
[in] First intersection object to compare.  
const Intersection& rI2 
[in] Second intersection object to compare.  

true if parameter A in the 1st intersection object is less than parameter A in the 2nd intersection object, or false otherwise.

Checks whether parameter A in the 1st intersection object is less than parameter A in the 2nd intersection object. 

 

Copyright © 2002-2020. Open Design Alliance. All rights reserved.