Matrix4x4.CreateReflection(Plane) 方法

定义

创建一个矩阵,该矩阵反映有关指定平面的坐标系。

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

参数

value
Plane

要创建反射的平面。

返回

表示反射的新矩阵。

适用于