Tesla Graphics Engine Documentation (January 2012)
IntersectsWhere Method (ray, result)
TeslaTesla.BoundingBoundingVolumeIntersectsWhere(Ray%, BoundingIntersectionRecord%)
Tests where on the volume the ray intersects, if it does.
Declaration Syntax
C#
public abstract 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)