代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/408394/11390246
cpp interceptutil.cpp
#include "Geometry.h"
#include "InterceptUtil.h"
#include
#include
#include
using namespace std;
InterceptUtil interUtil;
#define Min(x,y) ((x) < (y) ? (x) :
www.eeworm.com/read/407122/11428885
m puma3d.m
function puma3d
% GUI kinematic demo for the Puma Robot.
% Robot geometry uses the CAD2MATDEMO code in the Mathworks file exchange
%
%%
loaddata
InitHome
%
% Create the push buttons: pos is:
www.eeworm.com/read/345593/11807265
pas mainformunit.pas
{: Demo of Constructive Solid Geometry in GLScene.
Its kept very simple, you can use mouse to rotate view(drag)
and mousewheel to zoom/unzoom.
The CSG system uses BSP to optimize wh
www.eeworm.com/read/340481/12154961
notes
There are 3 parts to this demo.
First, a ray plot and shot record is generated for 4 primaries from
a flat layered model. (See param1.1). Notice how a gap is specified
in the geometry file (geometr
www.eeworm.com/read/228292/14393739
res xltwavplay.res
! X LessTif WAV Play Version 1.0 Resource File: install as xltwavplay in the resource directory
!
xltwavplay.geometry: +350+250
xltwavplay*background: grey70
xltwavplay*foreground: black
xltwavplay.*
www.eeworm.com/read/122674/14676145
cpp prg12_3.cpp
#include
#pragma hdrstop
#include "graphlib.h"
#include "geometry.h"
void main(void)
{
// Circle C is centered at (3,1) with radius 0.25;
// variable three is a shape
www.eeworm.com/read/35410/1057267
java geometryactivity.java
package com.bgstudy.app.game.canvas.geometry;
import android.app.Activity;
import android.os.Bundle;
public class GeometryActivity extends Activity
{
private GameView mGameView = null;
/** Called