Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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