HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_Torus.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: Geometry Utility Library (C++)
7  *
8  * COMMENTS:
9  * Creates torus' from various primitives
10  */
11 
12 #ifndef __GU_TORUS_H__
13 #define __GU_TORUS_H__
14 
15 #include "GU_API.h"
16 #include "GU_Detail.h"
17 
19 {
20 public:
21  GU_TorusParms();
22 
23  int rows, cols;
24  float outsideRadius;
25  float insideRadius;
27  float begin_uangle, end_uangle;
28  float begin_vangle, end_vangle;
29  int wrapu, wrapv;
30  int orderu, orderv;
31  int imperfect;
32  int capu, capv;
34 };
35 
36 #endif
UT_Matrix4 xform
Definition: GU_Torus.h:33
int imperfect
Definition: GU_Torus.h:31
#define GU_API
Definition: GU_API.h:14
float outsideRadius
Definition: GU_Torus.h:24
float end_vangle
Definition: GU_Torus.h:28
float insideRadius
Definition: GU_Torus.h:25
GEO_SurfaceType
GEO_SurfaceType type
Definition: GU_Torus.h:26
float end_uangle
Definition: GU_Torus.h:27