PrimGenPOLYDISKObject

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

NAME

PrimGenPOLYDISKObject()  

SYNOPSIS

geom_lib/primitiv.c:809

IPObjectStruct *PrimGenPOLYDISKObject(VectorType N, VectorType T, RealType R)
 

DESCRIPTION

Routine to create a POLYDISK geometric object defined by the normal N and the translation vector T. The object is a planar disk (a circle of GlblResolution points in it...) and its radius is equal to R. The normal direction is assumed to point to the inside of the object. See also PrimSetResolution on fineness control of approximation of the primitive using flat faces.  

PARAMETERS:

N: Normal to the plane this disk included in.

T: A translation factor of the center of the disk.

R: Radius of the disk.  

FUNCTION RETURN VALUE

IPObjectStruct *: A single polygon object - a disk.

 

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