Share via


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

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