Vector3.DistanceSquared(Vector3, Vector3) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回兩個指定的點之間的平方歐幾里得距離。
public:
static float DistanceSquared(System::Numerics::Vector3 value1, System::Numerics::Vector3 value2);
public static float DistanceSquared (System.Numerics.Vector3 value1, System.Numerics.Vector3 value2);
static member DistanceSquared : System.Numerics.Vector3 * System.Numerics.Vector3 -> single
Public Shared Function DistanceSquared (value1 As Vector3, value2 As Vector3) As Single
參數
- value1
- Vector3
第一個點。
- value2
- Vector3
第二個點。
傳回
平方距離。