Tesla Graphics Engine Documentation (January 2012)
DotNormal Method (plane, value, result)
TeslaTesla.MathPlaneDotNormal(Plane%, Vector3%, Single%)
Compute the dot product between the specified plane's normal and vector3.
Declaration Syntax
C#
public static void DotNormal(
	ref Plane plane,
	ref Vector3 value,
	out float result
)
Parameters
plane (Plane%)
Plane
value (Vector3%)
Vector3
result (Single%)
Existing float to hold dot product

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