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

规范化的平面。

适用于