Tesla Graphics Engine Documentation (January 2012)
Intersects Method (ray, tri)
TeslaTesla.MathRayIntersects(Ray%, Triangle%)
Performs a parametric Ray-Triangle test.
Declaration Syntax
C#
public static Nullable<IntersectionRecord> Intersects(
	ref Ray ray,
	ref Triangle tri
)
Parameters
ray (Ray%)
Ray
tri (Triangle%)
Triangle
Return Value
Intersection records, if there is one

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