IritCurve2Polylines

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

NAME

IritCurve2Polylines()  

SYNOPSIS

prsr_lib/ip_cnvrt.c:87

IPPolygonStruct *IritCurve2Polylines(CagdCrvStruct *Crv,
                                     int SamplesPerCurve,
                                     int Optimal)
 

DESCRIPTION

Routine to convert one curve into a polyline with SamplesPerCurve samples. If Optimal, attempt is made to optimally distribute the sampled points.  

PARAMETERS:

Crv: To approximate as a polyline .

SamplesPerCurve: Number of samples to compute on the polyline.

Optimal: If FALSE samples are uniform in parametric space, otherwise attempt is made to sample optimally.  

FUNCTION RETURN VALUE

IPPolygonStruct *: A polyline approximating Crv.

 

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:27:28 GMT, July 20, 2024