Tesla Graphics Engine Documentation (January 2012)
DotNormal Method (plane, value, result)
Tesla
►
Tesla.Math
►
Plane
►
DotNormal(Plane
%
, Vector3
%
, Single
%
)
C#
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)