struct MAGES::MeshDeformations::CalculateCoMRotationsJob

Overview

Calculate the rotation of the center of mass for each simulation mesh. More…

struct CalculateCoMRotationsJob: public IJobParallelFor
{
    // fields

    NativeArray SimulationMeshCovarianceMatrix;
    NativeArray SimulationMeshCoMRotation;

    // methods

    void Execute(int descIndex);
};

Detailed Documentation

Calculate the rotation of the center of mass for each simulation mesh.

Fields

NativeArray SimulationMeshCovarianceMatrix

The covariance matrix for each simulation mesh.

NativeArray SimulationMeshCoMRotation

The rotation of the center of mass for each simulation mesh.