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

C#
public Matrix3d InertiaTensor()
Visual Basic (Declaration)
Public Function InertiaTensor As Matrix3d
Visual C++
public:
Matrix3d^ InertiaTensor()

Return Value

Returns the mass moment of inertia tensor of the convex hull with respect to its center of mass.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe hull has not been computed yet.

See Also