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
Methods like Obj::vertices return a reference to the underlying data. But it would be convenient to have direct data access in cases where I need the owned data to avoid cloning.
Methods like
Obj::verticesreturn a reference to the underlying data. But it would be convenient to have direct data access in cases where I need the owned data to avoid cloning.Could you make fields on
Objpublic?