代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/381316/9098355
gif line.gif
www.eeworm.com/read/184417/9101400
exe line.exe
www.eeworm.com/read/184417/9101425
h line.h
//Line.h
#ifndef LINE_H
#define LINE_H
#include "Geometry.h"
class Line: public Geometry
{
public:
Line(){};
void SetVertices(float *, float *);
void SetVerticesv(float v[][3]);
void Render
www.eeworm.com/read/184417/9101481
cc line.cc
//Line.cc
#include "Line.h"
void
Line::SetVertices(float *v1, float *v2)
{
int i;
for(i=0; i
www.eeworm.com/read/184417/9101504
c line.c
/* line.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* illustrates rubberband line drawing
www.eeworm.com/read/380886/9124146
cpp line.cpp
// Line.cpp : implementation file
//
#include "stdafx.h"
#include "zyw.h"
#include "Line.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/380886/9124150
h line.h
#if !defined(AFX_LINE_H__0EF19AF1_D363_4425_97F8_AF9FC0BF36E2__INCLUDED_)
#define AFX_LINE_H__0EF19AF1_D363_4425_97F8_AF9FC0BF36E2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/380631/9136979
gif line.gif
www.eeworm.com/read/380631/9137670
gif line.gif
www.eeworm.com/read/380631/9138613