Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/volumeobject.py
diff options
context:
space:
mode:
Diffstat (limited to 'volumeobject.py')
-rw-r--r--volumeobject.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/volumeobject.py b/volumeobject.py
index 37879c6..6682f11 100644
--- a/volumeobject.py
+++ b/volumeobject.py
@@ -344,7 +344,3 @@ class VolumeObject(MovableObject):
def get_bounds(self):
return self.bounds_min, self.bounds_max
-
- def transform_point(self, p):
- return p.rotate(self.angle) + self.pos
- \ No newline at end of file