代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/101154/15849585
txt large-disk.txt
Large Disk mini-HOWTO 中译版
作者: Andries Brouwer, [1]jaeb@cwi.nl
译者: Asd L. Chen, [2]asdchen@ms1.hinet.net
v1.0, 26 June 1996 翻译日期: 1
www.eeworm.com/read/391005/8428593
h floppy.h
#include
#include //包含了DISK_GEOMETRY等的定义
#include
#include
//Disk是结构体指针
typedef struct disk{
HANDLE floppyDisk;
DISK_GEOMETRY theSupportedGeomet
www.eeworm.com/read/432630/8585994
pro chapter09drawroi.pro
; Chapter09DrawROI.pro
PRO Chapter09DrawROI
DEVICE, DECOMPOSED = 0, RETAIN = 2
LOADCT, 0
kneeImg = READ_DICOM(FILEPATH('mr_knee.dcm',$
SUBDIRECTORY = ['examples','data']))
dims = SIZ
www.eeworm.com/read/184417/9101420
h cube.h
//Cube.h
#ifndef CUBE_H
#define CUBE_H
#include "Geometry.h"
class Cube:public Geometry
{
public:
Cube(){};
Cube(float, float, float);
void SetValue(Enum PName, float v);
void Render();
p
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/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/9101458
h cylinder.h
//Cylinder.h
#ifndef CYLIN_H
#define CYLIN_H
#include "Geometry.h"
class Cylinder: public Geometry
{
public:
Cylinder(){};
void SetValue(Enum, float);
void Render();
private:
float Heigh
www.eeworm.com/read/168625/9904295
oogl stars_h.oogl
# $Id: stars_h.oogl,v 1.3 2005/01/27 22:35:28 lloydwood Exp $
(read geometry { define stars_h < "$SAVI/oogl/stars.oogl" })
www.eeworm.com/read/168625/9904304
oogl savi.oogl
# SaVi by Robert Thurman (thurman@geom.umn.edu) and
# Patrick Worfolk (worfolk@alum.mit.edu).
#
# Copyright (c) 1997 by The Geometry Center.
# This file is part of SaVi. SaVi is free software