Fix wall bug, refactor placements
This commit is contained in:
@@ -104,3 +104,7 @@ projV3
|
||||
projV3 = undefined
|
||||
|
||||
|
||||
onXY :: (Point2 -> Point2) -> Point3 -> Point3
|
||||
onXY f (V3 x y z) = V3 x' y' z
|
||||
where
|
||||
V2 x' y' = f (V2 x y)
|
||||
|
||||
Reference in New Issue
Block a user