Axiom::MathLib::IntersectResult Struct Reference

Simple struct to allow returning a complex intersection result. More...

List of all members.

Public Member Functions

 IntersectResult (bool hit, float distance)
 Constructor.

Public Attributes

bool Hit
 Did the intersection test result in a hit?
float Distance
 If Hit was true, this will hold a query specific distance value. i.e. for a Ray-Box test, the distance will be the distance from the start point of the ray to the point of intersection.


Detailed Description

Simple struct to allow returning a complex intersection result.


Constructor & Destructor Documentation

Axiom::MathLib::IntersectResult::IntersectResult bool  hit,
float  distance
[inline]
 

Constructor.

Parameters:
hit 
distance 


The documentation for this struct was generated from the following file:
Generated on Mon Jan 23 19:31:15 2006 for FlowVis by  doxygen 1.4.5