代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/461062/7235114
m cir_cir_intersection.m
function [ex,ey]=cir_cir_intersection(bx,by,d)
if abs(diff(by)/(diff(bx)+eps)) > 1e-2
a_c=-(bx(1)-bx(2))/(by(1)-by(2)+eps);
b_c=((bx(1)^2-bx(2)^2)+(by(1
www.eeworm.com/read/461062/7235117
asv cir_cir_intersection.asv
function [ex,ey]=cir_cir_intersection(bx,by,d)
if diff(by)/diff(bx) > 1e-2
a_c=-(bx(1)-bx(2))/(by(1)-by(2)+eps);
b_c=((bx(1)^2-bx(2)^2)+(by(1)^2-by(2)^2)
www.eeworm.com/read/139332/5799451
c polygon_intersection_demo.c
#include
#ifndef CGAL_USE_LEDA
#include
int main(int, char *[])
{
std::cout
www.eeworm.com/read/139332/5799848
h binop_intersection_tests.h
// Copyright (c) 1997-2000 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 Pub
www.eeworm.com/read/139332/5799934
h intersection_objects_d.h
// Copyright (c) 2002 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/107318/6336751
cpp line_intersection_demo.cpp
/* Copyright (C) Graham Rhodes, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this sour
www.eeworm.com/read/107318/6336752
plg line_intersection_demo.plg
Build Log
--------------------Configuration: line_intersection_demo - Win32 Debug--------------------
Command Lines
Creating temporary file "C:
www.eeworm.com/read/107318/6336753
opt line_intersection_demo.opt
www.eeworm.com/read/107318/6336754
dsp line_intersection_demo.dsp
# Microsoft Developer Studio Project File - Name="line_intersection_demo" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE
www.eeworm.com/read/107318/6336755
dsw line_intersection_demo.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################