16 #ifndef __IPSDKMATH_PHITHETA_H__ 17 #define __IPSDKMATH_PHITHETA_H__ 36 int operator==(
const PhiTheta& other)
const 38 return _phi == other._phi && _theta == other._theta;
51 #endif // __IPSDKMATH_PHITHETA_H__ std::vector< PhiTheta > PhiThetaColl
collection of phi theta data
Definition: PhiTheta.h:43
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Base types for multiplatform compatibility.
structure PhiTheta, containing the angles used for a spheric representation. Angles _phi and _theta a...
Definition: PhiTheta.h:29