Plane.DotNormal Method (Vector3)
Returns the dot product of a specified Vector3 and the Normal vector of this Plane.
Syntax
'Declaration
Public Function DotNormal ( _
value As Vector3 _
) As Single
public float DotNormal (
Vector3 value
)
public:
float DotNormal(
Vector3 value
)
Parameters
Return Value
Type: Single
The resulting dot product.
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