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

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