LineSweep

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

LineSweep()  

SYNOPSIS

geom_lib/ln_sweep.c:45

void LineSweep(LsLineSegStruct **Lines)
 

DESCRIPTION

Computes all intersections between all given lines, in the plane. The Lines segments are updated so the Inters slot holds the list of intersections with the other segments, NULL if none. Returned is a list with possibly a different order than that is given.  

PARAMETERS:

Lines: To compute all intersections against each other, in the plane.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:26:52 GMT, July 20, 2024