BspKnotParamInDomain

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

NAME

BspKnotParamInDomain()  

SYNOPSIS

cagd_lib/bsp_knot.c:199

CagdBType BspKnotParamInDomain(CagdRType *KnotVector,
                               int Len,
                               int Order,
                               CagdBType Periodic,
                               CagdRType t)
 

DESCRIPTION

Returns TRUE iff t is in the parametric domain as define by the knot vector KnotVector, its length Len, and the order Order.  

PARAMETERS:

KnotVector: To verify t is indeed in.

Len: Length of curve/surface using KnotVector. This is NOT the length of KnotVector which is equal to (Length + Order).

Order: Order of curve/surface using KnotVector.

Periodic: TRUE if this KnotVector is periodic.

t: Parametric value to verify.  

FUNCTION RETURN VALUE

CagdBType: TRUE, if t is contained in the parametric domain, FALSE otherwise.

 

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