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

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