BspKnotAverage

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

NAME

BspKnotAverage()  

SYNOPSIS

cagd_lib/bsp_knot.c:805

CagdRType *BspKnotAverage(CagdRType *KnotVector, int Len, int Ave)
 

DESCRIPTION

Creates a new knot vector from the given KnotVector that averages Ave consequetive knots. Resulting vector will have (Len - Ave + 1) elements. See also BspKnotNodes.  

PARAMETERS:

KnotVector: To average out.

Len: Length of KnotVector. This is not the length of the curve or surface using this knot vector.

Ave: How many knots to average each time.  

FUNCTION RETURN VALUE

CagdRType *: The averaged knot vector of length (Len - Ave + 1).

 

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:17 GMT, October 17, 2022