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

正規化された平面。

適用対象