chickadee » sdl2 » point-copy

point-copy srcprocedure
point-copy! src destprocedure

point-copy efficiently copies the values of src into a new managed sdl2:point. point-copy! efficiently copies the values of src into dest, and returns the modified dest. It is safe (but useless) for src and dest to be the same object.

Requires sdl2 egg 0.2.0 or higher.