代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/334156/3372051
mark readme.mark
The Frame widget is a simple decorative container widget, written by
Edward Falk (web page at http://www.best.com/~falconer/Widgets/).
I found and fixed a minor bug in the geometry management. The b
www.eeworm.com/read/328211/3446725
java gtext.java
package no.geosoft.cc.graphics;
import java.awt.Font;
import no.geosoft.cc.geometry.Rect;
/**
* Class for representing text within graphics.
*
* Text is not added directly to coordinates
www.eeworm.com/read/328211/3446735
java gscene.java
package no.geosoft.cc.graphics;
import java.util.Collection;
import java.awt.Adjustable;
import no.geosoft.cc.geometry.Rect;
/**
* The GScene is the link between a GWindow and the graphics obj
www.eeworm.com/read/325946/3477774
java point.java
package Geometry;
import static java.lang.Math.sqrt;
public class Point {
// Create a point from its coordinates
public Point(double xVal, double yVal) {
x = xVal;
y = yVal;
}
www.eeworm.com/read/316872/3598093
h blkpg.h
#ifndef _LINUX_BLKPG_H
#define _LINUX_BLKPG_H
/*
* Partition table and disk geometry handling
*
* A single ioctl with lots of subfunctions:
*
* Device number stuff:
* get_whole_disk() (give
www.eeworm.com/read/304805/3785581
h partition.h
/* minix/partition.h Author: Kees J. Bot
* 7 Dec 1995
* Place of a partition on disk and the disk geometry,
* for use with the DIOCGETP and DIOCSETP ioctl's.
*/
#ifndef _MINIX__PARTITION
www.eeworm.com/read/304657/3791718
java area.java
/* Area.java -- represents a shape built by constructive area geometry
Copyright (C) 2002, 2004 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you ca
www.eeworm.com/read/304657/3793210
java area.java
/* Area.java -- represents a shape built by constructive area geometry
Copyright (C) 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi