Tesla Graphics Engine Documentation (January 2012)
Intersects Method (ray, result)
TeslaTesla.BoundingBoundingSphereIntersects(Ray%, Boolean%)
Tests if the ray intersects with this sphere.
Declaration Syntax
C#
public override void Intersects(
	ref Ray ray,
	out bool result
)
Parameters
ray (Ray%)
Ray to test
result (Boolean%)
Bool to hold the result, true if they intersect

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