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

源平面。

返回

规范化平面。

适用于