Tesla Graphics Engine Documentation (January 2012)
BoundingIntersectionRecord Constructor (first, second)
TeslaTesla.BoundingBoundingIntersectionRecordBoundingIntersectionRecord(IntersectionRecord, IntersectionRecord)
Creates a new BoundingIntersectionRecord with two intersections.
Declaration Syntax
C#
public BoundingIntersectionRecord(
	IntersectionRecord first,
	IntersectionRecord second
)
Parameters
first (IntersectionRecord)
First ray-volume intersection
second (IntersectionRecord)
Second ray-volume intersection

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