Plane.Normalize(Plane) 方法

定義

建立新 Plane 物件,其法向量是標準化的來源平面法向量。

public:
 static System::Numerics::Plane Normalize(System::Numerics::Plane value);
public static System.Numerics.Plane Normalize (System.Numerics.Plane value);
static member Normalize : System.Numerics.Plane -> System.Numerics.Plane
Public Shared Function Normalize (value As Plane) As Plane

參數

value
Plane

來源向量。

傳回

Plane

標準化的平面。

適用於