CagdCrvRefineAtParams
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
CagdCrvRefineAtParams()
SYNOPSIS
cagd_lib/cagd_aux.c:455
CagdCrvStruct *CagdCrvRefineAtParams(CagdCrvStruct *Crv,
CagdBType Replace,
CagdRType *t,
int n)
DESCRIPTION
Given a curve - refines it at the given n knots as defined by vector t.
If Replace is TRUE, the values in t replaces current knot vector.
Returns pointer to refined surface (Note a Bezier curve will be converted
into a Bspline curve).
PARAMETERS:
Crv: To refine.
Replace: If TRUE, t holds knots in exactly the same length as the
length of the knot vector of Crv and t simply replaces the
knot vector.
t: Vector of knots with length of n.
n: Length of vector t.
FUNCTION RETURN VALUE
CagdCrvStruct *: A refined curve of Crv after insertion of all the
knots as specified by vector t of length n.
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:26:58 GMT, July 20, 2024