NightSkyJeff – 01-43 Jan 9

NNightSkyJeff1/9/2023
do I need to worry about creating lots of DOMPoint()s, or do they get destroyed when they go out of scope like any other object?
NNightSkyJeff1/9/2023
I have a function for converting a mouse event (clientX, clientY) to svg coordinates, using (new DOMPoint (clientX, clientY)).matrixTransform(...) and I want to know if it's in my best interest to just define a single DOMPoint once and modify it instead.
UUUnknown User1/9/2023
2 Messages Not Public
Sign In & Join Server To View