We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e3cb0 commit 630261cCopy full SHA for 630261c
2 files changed
src/com/javagamemaker/javagameengine/components/Camera.java
@@ -4,7 +4,6 @@
4
import com.javagamemaker.javagameengine.msc.Vector2;
5
6
import java.awt.*;
7
-import java.awt.geom.Area;
8
9
10
/**
src/com/javagamemaker/javagameengine/components/Collider.java
@@ -63,7 +63,7 @@ public void setVisible(boolean visible) {
63
64
* Checks all the components in the scene of they have collided
65
* @param c component
66
- * @return
+ * @return PPoint of collision
67
*/
68
public Point collision(Collider c){
69
// check if my points are inside c
0 commit comments