Advertisement

1 - 10 of 110 containing alltags:("intersection") (0 seconds)
I may be missing the obvious on this one, but here goes.... I have a table of cars and colors, set up as follows: Car                Color ================== ========== Sedan              Blue Se...
Zones: DatabasesDate Answered: 11/11/1997 Grade: B Views: 0
Given to circles A and B, the center point of each circle, and the radius of each circle, I would like the most direct way to find the points where line that is tangent to opposite sides of each ci...
Zones: Game Programming Physics & AIDate Answered: 10/08/2000 Grade: B Views: 0
Does anyone have any general routines that will intersect a line in 3D space with a plane in 3D space. The line is defined by 2 points and the plane by 3 points. In addition I would like to know if...
Zones: Visual BasicDate Answered: 03/14/2001 Grade: A Views: 4
Can anyone give me an example code to solve my problem This is not a school work. 8-> I've a project that create a capablity curve and I decide to create OCX to display I've four equations...
Zones: Visual BasicDate Answered: 01/29/2003 Grade: A Views: 0
I need to find if line or Circle intersect with rectangle or all points (of line,circle) in side the rectangle. If somebody has the code,it will be great . I'm using MFC/VC6 Thank you.  
Zones: Windows MFCDate Answered: 08/30/2004 Grade: A Views: 0
I have an application that allows the user to perform set operations on certain database tables using a simple language that is parsed from within a stored procedure. Currently this SP is fairl...
Zones: MS SQL ServerDate Answered: 12/02/2003 Grade: B Views: 0
Description of Program: This piece of programming is being used to combine different database results for one single final result set. There is large search form and the searching spans atleast 9...
Zones: PHPDate Answered: 03/31/2005 Grade: A Views: 0
Hi, I made a class with a linked list: CPolygon! the struct I use is the following struct LinkedList {       D3DXVECTOR2      point;       BOOL            interior;       BOOL            intersect;       BOOL            original;       LinkedList...
Zones: C++, Microsoft Visual C++Date Answered: 05/21/2006 Grade: A Views: 0
Hi,   I have the following mock up table structures: Table 1 =============== ID                 Value ============== 1a                 1000 1b                 3000 1c                 5...
Zones: MS SQL ServerDate Answered: 06/02/2006 Grade: A Views: 0
"Select Distinct Media_ID from tbn_Tags where Tag = 'blue' OR Tag = 'red' OR Tag = 'green'" this is incomplete. I want the Distinct  Media_ID's that INTERSECT red blue and green tags. Column T...
Zones: MS SQL ServerDate Answered: 07/16/2006 Grade: A Views: 0