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