3435363738394041424344
gfx.plane(p1, 300); fill(192); gfx.plane(p2, 300); stroke(255, 0, 255); strokeWeight(2); Ray3D ray = p1.intersectsPlane(p2); if (ray != null) { gfx.ray(ray, 300); gfx.ray(ray, -300); } if (doSave) {