<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-139

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

M.S. Paterson and F.F. Yao, Binary Partitions with Applications to Hidden-Surface Removal and Solid Modelling (March 1, 1989).

<%@ include file="cited.html" %>

M.S. Paterson and F.F. Yao, "Efficient Binary Partitions for Hidden-Surface Removal and Solid Modeling", Discrete and Computational Geometry 5, pp. 485-503 (1990)

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>