Tesla Graphics Engine Documentation (January 2012)
DotCoordinate Method (plane, value)
TeslaTesla.MathPlaneDotCoordinate(Plane, Vector3)
Compute the dot product between the specified plane's normal and vector3 plus the plane's D component.
Declaration Syntax
C#
public static float DotCoordinate(
	Plane plane,
	Vector3 value
)
Parameters
plane (Plane)
Plane
value (Vector3)
Vector3
Return Value
Dot coordinate

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