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
See if the checks for IsTriangularComplex are always necessary. They are executed in every function, but in for example GetVertexCoordinates3D it seems not necessary as it is only accessed in DrawSurfaceToJavascript.
Maybe implement NoCheck versions for functions which are ambigous to save time if they are called internally by a function which checked the input already
The text was updated successfully, but these errors were encountered:
See if the checks for IsTriangularComplex are always necessary. They are executed in every function, but in for example GetVertexCoordinates3D it seems not necessary as it is only accessed in DrawSurfaceToJavascript.
Maybe implement NoCheck versions for functions which are ambigous to save time if they are called internally by a function which checked the input already
The text was updated successfully, but these errors were encountered: