Computes the mass moment of inertia tensor of the convex hull.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function InertiaTensor ( _
referencePoint As Point _
) As Matrix3d |
Visual C++ |
---|
public:
Matrix3d^ InertiaTensor(
Point^ referencePoint
) |
Return Value
Returns the mass moment of inertia tensor of the convex hull with respect to a reference point.
Exceptions
See Also