Skip to content

Commit 9b587fa

Browse files
committed
Fixed another issue with plane.
1 parent 9e7c54d commit 9b587fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gem/plane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def clone(self):
3939
nPlane.a = self.a
4040
nPlane.b = self.b
4141
nPlane.c = self.c
42-
nPLane.d = self.d
42+
nPlane.d = self.d
4343
return nPlane
4444

4545
def fromCoeffs(self, a, b, c, d):

0 commit comments

Comments
 (0)