adds new method createFromVectors(v1,v2) for quat class
fixes SparseLDLSolver template warning
fixes error messages from TetrahedronSetTopologyContainer in ElasticMaterialObject prefab. It seems that the list of edges and triangles can be inconsistent with the tetras. I propose to fix the problem by letting SOFA computing them from the given tetras.
In this PR:
createFromVectors(v1,v2)
for quat classSparseLDLSolver
template warningTetrahedronSetTopologyContainer
inElasticMaterialObject
prefab. It seems that the list of edges and triangles can be inconsistent with the tetras. I propose to fix the problem by letting SOFA computing them from the given tetras.