Plane.DotCoordinate(Plane, Vector3) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此平面的指定三維向量和法向量以及平面距離 (D) 值的內積。
public:
static float DotCoordinate(System::Numerics::Plane plane, System::Numerics::Vector3 value);
public static float DotCoordinate (System.Numerics.Plane plane, System.Numerics.Vector3 value);
static member DotCoordinate : System.Numerics.Plane * System.Numerics.Vector3 -> single
Public Shared Function DotCoordinate (plane As Plane, value As Vector3) As Single
參數
- plane
- Plane
平面。
- value
- Vector3
三維向量。
傳回
內積。