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
This method, and the matching method in Winit30, is called many times per second while graphics is active, is relatively expensive to calculate, and doesn't change during a smalltalk session. Cache the value for the life of the smalltalk session.
This method, and the matching method in
Winit30, is called many times per second while graphics is active, is relatively expensive to calculate, and doesn't change during a smalltalk session. Cache the value for the life of the smalltalk session.