代码搜索:Polygon
找到约 2,770 项符合「Polygon」的源代码
代码结果 2,770
www.eeworm.com/read/384084/8901110
h polygon.h
// Polygon.h: interface for the Polygon class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_POLYGON_H__B53969F0_71F0_4068_8C0E_E46F62C49ACA__INCLUDED
www.eeworm.com/read/384084/8901121
cpp polygon.cpp
// Polygon.cpp: implementation of the Polygon class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Polygon.h"
///////////////////////
www.eeworm.com/read/184417/9101430
h polygon.h
//Polygon.h
#ifndef POLY_H
#define POLY_H
#include "Geometry.h"
class Polygon: public Geometry
{
public:
Polygon(){};
void SetVerticesv(float v[][3], int);
void Render();
private:
float V
www.eeworm.com/read/184417/9101450
cc polygon.cc
//Polygon.cc
#include "Polygon.h"
void
Polygon::SetVerticesv(float v[][3], int S)
{
int i, j;
Size=S;
for(i=0; i
www.eeworm.com/read/281832/9131036
h polygon.h
/* polygon.h */
#ifndef __POLYGON_H__
#define __POLYGON_H__
class CPolygon
{
public:
CPolygon(){}
virtual ~CPolygon(){}
virtual double area(void) const = 0;
};
www.eeworm.com/read/179954/9327537
ncb polygon.ncb
www.eeworm.com/read/179954/9327538
plg polygon.plg
Build Log
--------------------Configuration: Polygon - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/179954/9327540
opt polygon.opt
www.eeworm.com/read/179954/9327541
dsw polygon.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/179954/9327543
cpp polygon.cpp
// Polygon.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINSTANCE hInstance, HIN