Renderer.scale - multiple declarations

Function Renderer.scale

Sets the renderer's x and y scale to the given point's x and y values

void scale (
  Vector!(float,2) scaling
) @property;

Function Renderer.scale

Gets the renderer's x and y scale as a point with the scales as the x and y coordinates

Vector!(float,2) scale() @property;