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(
	Point referencePoint
)
Visual Basic (Declaration)
Public Function InertiaTensor ( _
	referencePoint As Point _
) As Matrix3d
Visual C++
public:
Matrix3d^ InertiaTensor(
	Point^ referencePoint
)

Parameters

referencePoint
Type: ceometric.VectorGeometry..::.Point
A reference point.

Return Value

Returns the mass moment of inertia tensor of the convex hull with respect to a reference point.

Exceptions

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

See Also