BspSrfMaxCoefParam

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

NAME

BspSrfMaxCoefParam()  

SYNOPSIS

cagd_lib/bsp_knot.c:1033

CagdRType *BspSrfMaxCoefParam(CagdSrfStruct *Srf, int Axis, CagdRType *MaxVal)
 

DESCRIPTION

Finds the parameter value with the largest coefficient of the surface using nodes values to estimate the coefficients' parameters. Returns a pointer to a static array of two elements holding U and V.  

PARAMETERS:

Srf: To compute the parameter node value of the largest coefficient.

Axis: Which axis should we search for maximal coefficient? 1 for X, 2 for Y, etc.

MaxVal: The coefficient itself will be place herein.  

FUNCTION RETURN VALUE

CagdRType *: The node UV parameter values of the detected maximal coefficient.

 

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