X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-GFX-Rotozoom.html-inc;h=50d9c4d781e5b11c114b9e00e8c214d217049b8e;hb=d5943b684b1240307fbf0a103abbf18dd93998f4;hp=8038a41e13b2d3e7b3a98e9005a52bd9f74dca84;hpb=6e7d67a61e78756127fe0c42492b53ff40d49ea4;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-GFX-Rotozoom.html-inc b/pages/SDL-GFX-Rotozoom.html-inc index 8038a41..50d9c4d 100644 --- a/pages/SDL-GFX-Rotozoom.html-inc +++ b/pages/SDL-GFX-Rotozoom.html-inc @@ -4,6 +4,7 @@
@@ -26,7 +28,25 @@

CATEGORY

Top

-

TODO, GFX, Rotozoom

+

TODO, GFX

+ +
+

CONSTANTS

Top

+
+

The constants are not exported by default. You can export them into your namespace by doing:

+
 use SDL::GFX::Rotozoom ':all';
+
+
+

or access them directly:

+
 SDL::GFX::Rotozoom::SMOOTHING_OFF;
+
+
+

or by choosing the export tags below:

+

Export tag: ':smoothing'

+
 SMOOTHING_OFF
+ SMOOTHING_ON
+
+

METHODS

Top

@@ -167,8 +187,16 @@ OUTPUT: RETVAL - +

AUTHORS

Top

+
+

See AUTHORS in SDL.

+ + + + + +
\ No newline at end of file