⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivp_polygon.hxx

📁 hl2 source code. Do not use it illegal.
💻 HXX
字号:
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.

//IVP_EXPORT_PUBLIC

/********************************************************************************
 *	File:	       	ivp_polygon.hxx	
 *	Description:	???
 ********************************************************************************/

#ifndef _IVP_POLYGON_INCLUDED
#define _IVP_POLYGON_INCLUDED

#ifndef WIN32
#	pragma interface
#endif


/********************************************************************************
 *	Name:	   	IVP_Polygon    	
 *	Description:	A polygon, made up of triangles.
 *		        For convinience, the constructor handles all kinds of
 *		       	surfaces with more than three edges.
 *	Attention:	The polygon has to be a polyhedron (== object which is
 *			entirely covered by surfaces).
 *	Note:		To create a polygon, see IVP_Environment::create_polygon(...)
 ********************************************************************************/
class IVP_Polygon: public IVP_Real_Object
{
protected:
    friend class IVP_Environment;
    IVP_Polygon(IVP_Cluster *father, IVP_SurfaceManager *surface_manager, const IVP_Template_Real_Object *real, const IVP_U_Quat *q_world_f_obj, const IVP_U_Point *position);
public:
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -