PrimGenBOXObject

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

NAME

PrimGenBOXObject()  

SYNOPSIS

geom_lib/primitiv.c:81

IPObjectStruct *PrimGenBOXObject(VectorType Pt,
                                 RealType WidthX,
                                 RealType WidthY,
                                 RealType WidthZ)
 

DESCRIPTION


    Routine to create a BOX geometric object defined by Pt - the minimum
 3d point, and Width - Dx Dy & Dz vector.              4
   Order of vertices is as                         5       7
 follows in the picture:                           |   6   |
                                                   |   |   |
 (Note vertex 0 is hidden behind edge 2-6)         |   |   |
                                                   1   |   3
                                                       2 All dimensions can be negative, denoting the reversed direction.  

PARAMETERS:

Pt: Low end corner of BOX.

WidthX: Width of BOX (X axis).

WidthY: Depth of BOX( Y axis).

WidthZ: Height of BOX( Z axis).  

FUNCTION RETURN VALUE

IPObjectStruct *: A BOX primitive

 

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