Sdílet prostřednictvím


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

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