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
Currently point.transformMany calls point.transform function for each point. This does not offer much improvement in efficiency, only in convenience. We can easily avoid the extra function calls by implementing the relatively simple transformation computations inline.
The text was updated successfully, but these errors were encountered:
Currently
point.transformMany
callspoint.transform
function for each point. This does not offer much improvement in efficiency, only in convenience. We can easily avoid the extra function calls by implementing the relatively simple transformation computations inline.The text was updated successfully, but these errors were encountered: