Tesla Graphics Engine Documentation (January 2012)
IntersectionRecord Constructor (point, distance)
TeslaTesla.MathIntersectionRecordIntersectionRecord(Vector3, Single)
Creates a new intersection record without a normal.
Declaration Syntax
C#
public IntersectionRecord(
	Vector3 point,
	float distance
)
Parameters
point (Vector3)
Point of intersection
distance (Single)
Distance from the ray's origin

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