CagdCrvMinMax
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
CagdCrvMinMax()
SYNOPSIS
cagd_lib/cagdbbox.c:202
void CagdCrvMinMax(CagdCrvStruct *Crv,
int Axis,
CagdRType *Min,
CagdRType *Max)
DESCRIPTION
Computes a min max bound on a curve in a given axis.
The curve 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:
Crv: 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:27:22 GMT, July 20, 2024