Plane.Dot Method (Vector4)
Calculates the dot product of a specified Vector4 and this Plane.
Syntax
'Declaration
Public Function Dot ( _
value As Vector4 _
) As Single
public float Dot (
Vector4 value
)
public:
float Dot(
Vector4 value
)
Parameters
Return Value
Type: Single
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