HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_CameraParms.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: GU_CameraParms.h (C++)
7  *
8  * COMMENTS: The GU_CameraParms class is a class for holding camera
9  * information for generating perspective texture coordinates.
10  */
11 
12 #ifndef __GU_CameraParms_h__
13 #define __GU_CameraParms_h__
14 
15 #include "GU_API.h"
16 #include <UT/UT_Matrix4.h>
17 
19 {
20 public:
21 
23  ~GU_CameraParms();
24 
26  float minPlane;
27  float maxPlane;
28 };
29 
30 #endif
UT_Matrix4 toTexture
#define GU_API
Definition: GU_API.h:14