代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/270032/11050887
manifest
File Name Archive # Description
-----------------------------------------------------------
2DClip 1 2D Clipping: A Vector-Based Approach
2DClip/Makefile 1 Makefil
www.eeworm.com/read/412483/11198172
h ogreorientedbox.h
///////////////////////////////////////////////////////////////////////////////
/// @file OgreOBB.h
/// @brief This class represents an Oriented Bounding Box, which is composed by
///
/// @aut
www.eeworm.com/read/147424/12553024
c zect5.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/139332/5799602
h box_limits.h
// Copyright (c) 2004 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public L
www.eeworm.com/read/288523/8627214
pl antiset.pl
%antiset(+LISTA,+LISTB,-LISTC)
%method1
%legal([],A).
%legal([H|A],B):-member(H,B),legal(A,B).
%anti(A,[],[]).
%anti(A,[H|T],[H|B]):-not(member(H,A)),anti(A,T,B).
%anti(A,[H|T],B):-member(H,A)
www.eeworm.com/read/384270/8883824
c partition.c
/* partition.c: module to partition 3D convex face with an arbitrary plane.
* Copyright (c) Norman Chin
*/
#include /* NULL */
#include /* assert() */
#include /*
www.eeworm.com/read/382131/9046991
h box.h
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/169988/9826000
cpp lineintersector.cpp
/**********************************************************************
* $Id: LineIntersector.cpp,v 1.19.2.2 2005/05/23 19:01:52 strk Exp $
*
* GEOS - Geometry Engine Open Source
* http://geos.re
www.eeworm.com/read/169988/9826010
cpp hcoordinate.cpp
/**********************************************************************
* $Id: HCoordinate.cpp,v 1.12 2004/11/29 16:05:33 strk Exp $
*
* GEOS - Geometry Engine Open Source
* http://geos.refraction