VPTissue Reference Manual
|
Structure with functionality for calculations of the area moment of inertia. More...
#include <AreaMoment.h>
Public Member Functions | |
AreaMoment (double xx, double xy, double yy) | |
AreaMoment & | operator+= (const AreaMoment &rhs) |
AreaMoment & | operator-= (const AreaMoment &rhs) |
Public Attributes | |
double | m_xx |
double | m_xy |
double | m_yy |
Structure with functionality for calculations of the area moment of inertia.
Definition at line 27 of file AreaMoment.h.