BzrCrv2Polyline

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

NAME

BzrCrv2Polyline()  

SYNOPSIS

cagd_lib/bzr2poly.c:430

CagdPolylineStruct *BzrCrv2Polyline(CagdCrvStruct *Crv, int SamplesPerCurve)
 

DESCRIPTION

Routine to approx. a single Bezier curve as a polyline with SamplesPerCurve samples. Polyline is always E3 CagdPolylineStruct type. Curve is sampled equally spaced in parametric space. NULL is returned in case of an error, otherwise CagdPolylineStruct.  

PARAMETERS:

Crv: To approximate as a polyline.

SamplesPerCurve: Number of samples to approximate with.  

FUNCTION RETURN VALUE

CagdPolylineStruct *: A polyline representing the piecewise linear approximation from, or NULL in case of an error.  

SEE ALSO

BspCrv2Polyline, BzrSrf2Polylines, IritCurve2Polylines, , SymbCrv2Polyline,

 

ORIGIN

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

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