代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/471044/1434117
cs zoomin.cs
using System;
using System.Runtime.InteropServices;
using ESRI.ArcGIS.SystemUI;
using ESRI.ArcGIS.MapControl;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Display;
using ESRI.ArcGIS.Geometry;
www.eeworm.com/read/456710/1603812
java ishapevertexmover.java
package com.esri.solutions.jitk.web.data.graphics;
import com.esri.adf.web.data.WebMap;
import com.esri.adf.web.data.geometry.WebPoint;
public interface IShapeVertexMover {
public int getSele
www.eeworm.com/read/456710/1604073
java webextentbuilder.java
package com.esri.solutions.jitk.web.tasks.navigation.bookmark;
import com.esri.adf.web.data.geometry.WebExtent;
import com.esri.solutions.jitk.personalization.data.beans.v1.BookmarkType;
public
www.eeworm.com/read/453681/1638810
java nodecelleditorlocator.java
package hellogef.control;
import hellogef.view.NodeFigure;
import org.eclipse.draw2d.geometry.Rectangle;
import org.eclipse.gef.tools.CellEditorLocator;
import org.eclipse.jface.viewers.CellEd
www.eeworm.com/read/237048/4635135
java floppyconstants.java
/*
* $Id: FloppyConstants.java,v 1.2 2003/11/29 07:45:33 epr Exp $
*/
package org.jnode.driver.floppy;
import org.jnode.fs.util.Geometry;
/**
* @author epr
*/
public interface FloppyCo
www.eeworm.com/read/233522/4668455
fem trapezoid.fem
% "Test of Bilinear Quadrilateral" from UCB online FEM course
% http://titan.colorado.edu/courses.d/IFEM.d/ (Chapter 23 p. 23-6)
% This is the trapezoidal geometry
% NOTE: THIS ELEMENT HAS NO E
www.eeworm.com/read/233522/4668465
fem quad3.fem
% "Test of Bilinear Quadrilateral" from UCB online FEM course
% http://titan.colorado.edu/courses.d/IFEM.d/ (Chapter 23 p. 23-6)
% This is the rectangular geometry
% NOTE: THIS ELEMENT HAS NO E
www.eeworm.com/read/328211/3446717
java matrix4x4.java
package no.geosoft.cc.geometry;
/**
* Implementation of a 4x4 matrix suited for use in a 2D and 3D
* graphics rendering engine.
*
* @author Jacob Dreye
www.eeworm.com/read/270919/4233603
tex tinysec.tex
\documentclass[11pt]{article}
\usepackage{geometry, graphicx, color, url}
\title{TinySec: User Manual}
\author{Chris Karlof \hspace{1cm} Naveen Sastry \hspace{1cm} David Wagner\\ \{ckarlof, nks,
da
www.eeworm.com/read/432926/1886099
pde objects.pde
/**
* Objects
* by hbarragan.
*
* Move the cursor across the image to change the speed and positions
* of the geometry. The class MRect defines a group of lines.
*/
MRect r1, r2, r3, r4;
vo