Sdílet prostřednictvím


Vector3.Distance Method (Vector3, Vector3)

Calculates the distance between two vectors.

Syntax

'Declaration
Public Shared Function Distance ( _
         value1 As Vector3, _
         value2 As Vector3 _
) As Single 
public static float Distance (
         Vector3 value1,
         Vector3 value2
)
public:
static float Distance(
         Vector3 value1,
         Vector3 value2
)

Parameters

  • value1
    Type: Vector3
    Source vector.
  • value2
    Type: Vector3
    Source vector.

Return Value

Type: Single
Distance between the source vectors.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone