Computes the mass moment of inertia tensor of the convex hull.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | The hull has not been computed yet. |