代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/370734/9586974
java postion.java
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import javax.media.j3d.*;
import javax.vecmath.*;
public class Postion {
public Postion() {
SimpleUniverse universe =
www.eeworm.com/read/265710/11255980
cs layerquery.cs
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;
using ESRI.ArcGIS.ADF.Web;
using ESRI.ArcGIS.ADF.Web.Geometry;
//using ESRI.ArcGIS.ADF.Web.UI.WebControls.To
www.eeworm.com/read/182833/9188768
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/423094/10588398
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/460171/7256915
as femalebody.as
package {
import sandy.primitive.Primitive3D;
import sandy.core.scenegraph.Geometry3D;
import sandy.core.scenegraph.Shape3D;
public class FemaleBody extends Shape3D implements Primitive3D {
www.eeworm.com/read/198172/7948876
m fish2d.m
function u = fish2d(f)
% Poisson solver in 2D based on matlab fft
% square geometry, homogeneous Dirichlet boundary conditions
% requires uniform mesh (2^k-1)^2 interior nodes
%
% C. T. Kelley, Janua
www.eeworm.com/read/323119/13354254
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/322707/13370249
java example6_14.java
/* 圆锥体 */
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import javax.media.j3d.*;
import javax.vecmath.*;
class ConeTest
{
public BranchGroup createSceneGraph()
www.eeworm.com/read/322707/13370294
bak example6_14.java.bak
/* 圆锥体 */
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import javax.media.j3d.*;
import javax.vecmath.*;
class ConeTest
{
public BranchGroup createSceneGraph()
www.eeworm.com/read/147972/5718601
java sphereportrayal3d.java
package sim.portrayal3d.simple;
import sim.portrayal3d.*;
import javax.media.j3d.*;
import sim.portrayal.*;
import com.sun.j3d.utils.geometry.*;
/**
* Portrays objects as a sphere of the specified