Tesla Graphics Engine Documentation (January 2012)
IntersectsWhere Method (ray, result)
TeslaTesla.BoundingBoundingBoxIntersectsWhere(Ray%, BoundingIntersectionRecord%)
Tests where on the volume the ray intersects, if it does. Uses the Liang-Barsky clipping algorithm as described by David Eberly.
Declaration Syntax
C#
public override void IntersectsWhere(
	ref Ray ray,
	out BoundingIntersectionRecord result
)
Parameters
ray (Ray%)
Ray to test
result (BoundingIntersectionRecord%)
The intersection result

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)