CagdSrfMinMax

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

NAME

CagdSrfMinMax()  

SYNOPSIS

cagd_lib/cagdbbox.c:248

void CagdSrfMinMax(CagdSrfStruct *Srf,
                   int Axis,
                   CagdRType *Min,
                   CagdRType *Max)
 

DESCRIPTION

Computes a min max bound on a surface in a given axis. The surface is not coerced to anything and the given axis is tested directly where 0 is the W axis and 1, 2, 3 are the X, Y, Z etc.  

PARAMETERS:

Srf: To test for minimum/maximum.

Axis: 0 for W, 1 for X, 2 for Y etc.

Min: Where minimum found value should be place.

Max: Where maximum found value should be place.  

FUNCTION RETURN VALUE

void

 

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