Tesla Graphics Engine Documentation (January 2012)
Dot Method (plane, value, result)
TeslaTesla.MathPlaneDot(Plane%, Vector4%, Single%)
Compute the dot product between the specified plane and vector4.
Declaration Syntax
C#
public static void Dot(
	ref Plane plane,
	ref Vector4 value,
	out float result
)
Parameters
plane (Plane%)
Plane
value (Vector4%)
Vector4
result (Single%)
Existing float to hold dot product

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