Plane.DotCoordinate Method (Vector3, Single)
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 Sub DotCoordinate ( _
ref value As Vector3, _
out result As Single _
)
public void DotCoordinate (
ref Vector3 value,
out float result
)
public:
void DotCoordinate(
ref Vector3 value,
out float result
)
Parameters
- value
Type: Vector3
The Vector3 to multiply by. - result
Type: Single
[OutAttribute] 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