fixes for javadoc comments

This commit is contained in:
benfry
2006-02-07 21:53:14 +00:00
parent dc0d120fc3
commit 9d80290d2d
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -2430,8 +2430,8 @@ public class PGraphics extends PImage implements PConstants {
/**
* Rotate around the z axis. rotate() and rotateZ() are the same,
* it's just that it make sense to have rotate() and then rotateX()
* Rotate around the z axis. The functions rotate() and rotateZ() are
* the same, it's just that it make sense to have rotate() and then rotateX()
* and rotateY() when running in 3D; nor does it make sense to use
* a function called rotateZ() if you're only doing things in 2D.
* so we just decided to have them both be the same.
+1
View File
@@ -799,6 +799,7 @@ public class PImage implements PConstants, Cloneable {
/**
* Optimized code for building the blur kernel.
* further optimized blur code (approx. 15% for radius=20)
* bigger speed gains for larger radii (~30%)
* added support for various image types (ALPHA, RGB, ARGB)