BzrSrfDegreeRaise

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

NAME

BzrSrfDegreeRaise()  

SYNOPSIS

cagd_lib/sbzr_aux.c:114

CagdSrfStruct *BzrSrfDegreeRaise(CagdSrfStruct *Srf, CagdSrfDirType Dir)
 

DESCRIPTION

Returns a new Bezier surface, identical to the original but with one degree higher, in the requested direction Dir. Let old control polygon be P(i), i = 0 to k-1, and Q(i) be new one then:
                      i            k-i
 Q(0) = P(0), Q(i) = --- P(i-1) + (---) P(i), Q(k) = P(k-1).
                      k             k This is applied to all rows/cols of the surface.  

PARAMETERS:

Srf: To raise it degree by one.

Dir: Direction to degree raise. Either U or V.  

FUNCTION RETURN VALUE

CagdSrfStruct *: A surface with one degree higher in direction Dir, representing the same geometry as Srf.  

SEE ALSO

CagdSrfDegreeRaise, BspSrfDegreeRaise, TrimSrfDegreeRaise,

 

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