代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/196768/5100460
py convexhull.py
#!/usr/bin/env python
"""convexhull.py
Calculate the convex hull of a set of n 2D-points in O(n log n) time.
Taken from Berg et al., Computational Geometry, Springer-Verlag, 1997.
Prints output as
www.eeworm.com/read/191923/5161271
cpp cube.cpp
#include "geometry.h"
#include
using namespace MonAPI;
/* 億儕僑儞僨乕僞 */
Vector vertex[8];
int index[24];
unsigned long mat[12];
Matrix world;
float angle = 0.0f;
/* global setti
www.eeworm.com/read/335343/3359143
py convexhull.py
#!/usr/bin/env python
"""convexhull.py
Calculate the convex hull of a set of n 2D-points in O(n log n) time.
Taken from Berg et al., Computational Geometry, Springer-Verlag, 1997.
Prints output as
www.eeworm.com/read/444170/1736027
h ggems4d.h
#ifndef GG4D_H
#define GG4D_H 1
/*********************/
/* 4d geometry types */
/*********************/
/* Point4, Vector4
*
* 4-space point and vector types
*/
typedef struct Point4Struct
{
do
www.eeworm.com/read/441741/1768569
java diagramlayouteditpolicy.java
package com.jixy.study.gef.util;
import org.eclipse.draw2d.geometry.Rectangle;
import org.eclipse.gef.EditPart;
import org.eclipse.gef.Request;
import org.eclipse.gef.commands.Command;
import o
www.eeworm.com/read/440141/1801080
java userroleshape.java
package net.sf.freenote.uml.model;
import org.eclipse.draw2d.ColorConstants;
import org.eclipse.draw2d.geometry.Dimension;
import org.eclipse.swt.graphics.Image;
/**
* 用角的model
* @author l
www.eeworm.com/read/440141/1801125
java diamondpolygondecoration.java
/**
*
*/
package net.sf.freenote.figure;
import net.sf.util.TousleUtil;
import org.eclipse.draw2d.PolygonDecoration;
import org.eclipse.draw2d.geometry.Point;
import org.eclipse.draw2d.g
www.eeworm.com/read/440141/1801134
java shapescontainereditpolicy.java
package net.sf.freenote.parts;
import java.util.List;
import net.sf.freenote.model.Shape;
import net.sf.freenote.model.ShapesContainer;
import org.eclipse.draw2d.geometry.Point;
import org.
www.eeworm.com/read/398634/2375707
test gis-rtree.test
-- source include/have_geometry.inc
#
# test of rtree (using with spatial data)
#
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
--enable_warnings
CREATE TABLE t1 (
fid INT NOT NULL AUTO_INCREMEN
www.eeworm.com/read/358128/3005059
test gis-rtree.test
-- source include/have_geometry.inc
#
# test of rtree (using with spatial data)
#
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
--enable_warnings
CREATE TABLE t1 (
fid INT NOT NULL AUTO_INCREMEN