You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally we copy a full mesh and set the metric coordinates just to expand from reduced to edge or halfedge values, such as in energies.cpp. It would be better to have a method in the ConeMetric class to perform this conversion from reduced to full metric coordinates without a full copy.
The text was updated successfully, but these errors were encountered:
Occasionally we copy a full mesh and set the metric coordinates just to expand from reduced to edge or halfedge values, such as in
energies.cpp
. It would be better to have a method in the ConeMetric class to perform this conversion from reduced to full metric coordinates without a full copy.The text was updated successfully, but these errors were encountered: