0024002: Overall code and build procedure refactoring -- manual
[occt.git] / src / Quantity / Quantity_KineticMoment.hxx
index 932a4d2..b389cf0 100644 (file)
 
 #include <Standard_Real.hxx>
 
-typedef Standard_Real Quantity_KineticMoment;
+//! Defined as the product of momentum of a body
+//! and the distance of its centre of gravity from an axis.
+//! It is measured in kilogram-square-metres per second.
 
+typedef Standard_Real Quantity_KineticMoment;
 
 #endif // _Quantity_KineticMoment_HeaderFile