代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/38039/1096075
mnu qltinterf.mnu
QUILT#INTERF
# remove the # sign and enter foreign help string in this line
Next
Highlight intersection curves for the next pair of objects.
# remove the # sign and enter foreign help string in this
www.eeworm.com/read/38039/1096262
mnu addautoman.mnu
ADD#OPER
#
Auto#Sel
Automatic assembly feature intersection with components in path of feature.
#
Manual#Sel
Manual selection of components for assembly feature to intersect.
#
www.eeworm.com/read/202764/5046351
h aimap.h
#ifndef AI_MAP_H
#define AI_MAP_H
class aiPath;
class aiObstacle;
class aiIntersection
{
public:
aiIntersection();
int Id(); // Return the intersection identification
int
www.eeworm.com/read/343156/3224002
h aimap.h
#ifndef AI_MAP_H
#define AI_MAP_H
class aiPath;
class aiObstacle;
class aiIntersection
{
public:
aiIntersection();
int Id(); // Return the intersection identification
int
www.eeworm.com/read/305566/3772878
h view.h
/*
view object definition
A view consists of one to three data parts, axes labels, and intersection lines
Use axis and map definitions
*/
/* constants */
/* gap between render parts in pixels */
#de
www.eeworm.com/read/427686/1968149
h aimap.h
#ifndef AI_MAP_H
#define AI_MAP_H
class aiPath;
class aiObstacle;
class aiIntersection
{
public:
aiIntersection();
int Id(); // Return the intersection identification
int
www.eeworm.com/read/172474/9706069
m picture.m
function picture(P)
%PICTURE
%Graphs lines of systems of linear equations in 2 variables.
%Gives the points of intersection of the lines.
%Calling format: picture(A), where A is aug matrix of syst
www.eeworm.com/read/456353/7351491
m opt_sphereintersection.m
function [rinter,en] = opt_sphereintersection(rl,e_in,rsf,curvature,lensradius,en)
% OPT_SPHEREINTERSECTION - intersection between a ray and a spherical lens surface
%
% CALLING:
% [rinter,en] =
www.eeworm.com/read/244728/12847472
cxx cognavigate.cxx
#include "cog.hxx"
#include
// in this file, the functions for navigation among the flags of the
// same intersection point are implemented:
/*
void Cogeometry::otherSide(cogFlag1& f, const
www.eeworm.com/read/345593/11807043
pas unit1.pas
{: Octree raycast/mesh sample.
Demonstrating how to find the intersection point between eye-screen ray
and a high poly mesh with an Octree property.
To see the performance differenc