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¶
NativeArraySimulationMeshCovarianceMatrix
The covariance matrix for each simulation mesh.
NativeArraySimulationMeshCoMRotation
The rotation of the center of mass for each simulation mesh.