15 #ifndef __IPSDKIPLSHAPEANALYSIS_INERTIA2DDATA_H__ 16 #define __IPSDKIPLSHAPEANALYSIS_INERTIA2DDATA_H__ 19 #include <IPSDKSerialization/Engine/BaseSerializationObject.h> 73 #endif // __IPSDKIPLSHAPEANALYSIS_INERTIA2DDATA_H__ ipReal64 _mxy
xy component of the inertia matrix
Definition: Inertia2dData.h:50
#define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
ipReal64 _lambdaMin
minimum eigen value of the inertia matrix
Definition: Inertia2dData.h:59
Definition: Inertia2dData.h:29
Definition of import/export macro for library.
ipReal64 _lambdaMax
maximum eigen value of the inertia matrix
Definition: Inertia2dData.h:56
ipReal64 _theta
orientation extracted from the inertia matrix
Definition: Inertia2dData.h:62
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
ipReal64 _mxx
xx component of the inertia matrix
Definition: Inertia2dData.h:47
ipReal64 _myy
yy component of the inertia matrix
Definition: Inertia2dData.h:53