mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removed getCenter method in PShape
This commit is contained in:
@@ -395,11 +395,6 @@ public class PShape implements PConstants {
|
||||
//checkBounds();
|
||||
return depth;
|
||||
}
|
||||
|
||||
|
||||
public PVector getCenter() {
|
||||
return new PVector();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user