CagdPolyApproxErrEstimate

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

NAME

CagdPolyApproxErrEstimate()  

SYNOPSIS

cagd_lib/poly_err.c:43

int CagdPolyApproxErrEstimate(int Method, int Samples)
 

DESCRIPTION

Sets the methods of sampling the error of a polygonal approximation.  

PARAMETERS:

Method: 1. Samples one distance at the center of each polygon. 2. Samples Samples samples uniformly distributed in the parametric area of each polygon and selects the maximum. 3. Samples Samples samples uniformly distributed in the parametric area of each polygon and selects the average.

Samples: Number of samples to sample in the parametric domain of each polygon.  

FUNCTION RETURN VALUE

int: Old sampling method + Old sampling rate << 8

 

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