Plane.Dot Method (Vector4, Single)
Calculates the dot product of a specified Vector4 and this Plane.
Syntax
'Declaration
Public Sub Dot ( _
ref value As Vector4, _
out result As Single _
)
public void Dot (
ref Vector4 value,
out float result
)
public:
void Dot(
ref Vector4 value,
out float result
)
Parameters
- value
Type: Vector4
The Vector4 to multiply this Plane by. - result
Type: Single
[OutAttribute] The dot product of the specified Vector4 and this Plane.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone