BspKnotUniformPeriodic
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
BspKnotUniformPeriodic()
SYNOPSIS
cagd_lib/bsp_knot.c:327
CagdRType *BspKnotUniformPeriodic(int Len, int Order, CagdRType *KnotVector)
DESCRIPTION
Returns a uniform periodic knot vector for Len Control points and order
Order. The actual length of the KV is Len + Order + Order - 1.
If KnotVector is NULL it is being allocated dynamically.
PARAMETERS:
Len: Of control polygon/mesh of curve/surface that are to use
this knot vector.
Order: Of the curve/surface that are to use this knot vector.
KnotVector: If new knot vector is to be saved here, otherwise a new
space is allocated.
FUNCTION RETURN VALUE
CagdRType *: The created uniform periodic knot vector, either newly
allocated or given in Knotvector and just initialized.
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:25 GMT, July 20, 2024