BspPeriodicSrfNew
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
BspPeriodicSrfNew()
SYNOPSIS
cagd_lib/bsp_gen.c:88
CagdSrfStruct *BspPeriodicSrfNew(int ULength,
int VLength,
int UOrder,
int VOrder,
CagdBType UPeriodic,
CagdBType VPeriodic,
CagdPointType PType)
DESCRIPTION
Allocates the memory required for a new, possibly periodic, Bspline
surface.
PARAMETERS:
ULength: Number of control points in the U direction.
VLength: Number of control points in the V direction.
UOrder: The order of the surface in the U direction.
VOrder: The order of the surface in the V direction.
UPeriodic: Is this surface periodic in the U direction?
VPeriodic: Is this surface periodic in the V direction?
PType: Type of control points (E2, P3, etc.).
FUNCTION RETURN VALUE
CagdSrfStruct *: An uninitialized freeform Bspline surface. If both
UPeriodic and VPeriodic are FALSE, this function is
identical to BspSrfNew.
SEE ALSO
BspSrfNew,
BzrSrfNew,
CagdSrfNew,
CagdPeriodicSrfNew,
TrimSrfNew,
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:03 GMT, July 20, 2024