Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

Intersection Struct Reference

#include <geomObj.h>

List of all members.

Public Attributes


Detailed Description

A struct that holds information on an intersection between two Edges. (similar to the Intersection class in my java demo)


Member Data Documentation

Edge Intersection::edge1
 

First involved edge

Edge Intersection::edge2
 

Second involved edge

float Intersection::lamda1
 

edge1.point1 + lambda1(edge1.point2 - edge1.point1) = point

float Intersection::lamda2
 

edge2.point1 + lambda2(edge2.point2 - edge2.point1) = point

VECTOR3D Intersection::point
 

the point where edge1 and edge2 intersect


The documentation for this struct was generated from the following file:
Generated at Fri Apr 19 16:53:06 2002 for GLFramework by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001