代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/178378/9404462
cpp setoperations.cpp
//: C21:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Set operations on sorted ranges
#in
www.eeworm.com/read/355030/10299493
cpp setoperations.cpp
//: C21:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Set operations on sorted r
www.eeworm.com/read/271450/10993787
cpp setoperations.cpp
//: C21:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Set operations on sor
www.eeworm.com/read/270960/11018271
cpp setalgos.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/456353/7351558
m opt_sphere_coma_exmpl.m
% Example showing spherical aberation and coma
% Set the options for ploting of the optics/raytracing
opt_ops.plotrays=0; % plot the individual rays
opt_ops.plotpaus=0; % do not pause after each ray
www.eeworm.com/read/443686/7628593
cpp setoperations.cpp
//: C05:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Set operations on sorted r
www.eeworm.com/read/303425/13816450
h const_ray2mesh.h
#ifndef _RAY2MESH_CONST_H_
#define _RAY2MESH_CONST_H_
#define EPS_10_6 0.000001 /**< epsilon used in intersection computations */
#define ONE_RAY_MEM 12 /**< Approximate size ta
www.eeworm.com/read/139903/5796023
cpp setoperations.cpp
//: C05:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Set operations on sorted r
www.eeworm.com/read/492274/6420469
cpp setalgos.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/482846/6614635
cpp setalgos.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti