Tesla Graphics Engine Documentation (January 2012)
Intersects Method (ray, result)
TeslaTesla.BoundingBoundingVolumeIntersects(Ray%, Boolean%)
Tests if the ray intersects with this bounding volume.
Declaration Syntax
C#
public abstract void Intersects(
	ref Ray ray,
	out bool result
)
Parameters
ray (Ray%)
Ray to test
result (Boolean%)
Result, true if they intersect

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