Bitmap for UWP
ReflectionRef メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : ReflectionRef メソッド
A new matrix expressing the reflection.
The plane's normal vector.
The plane's distance from the origin along its normal vector.
Creates a matrix that reflects the coordinate system about a specified plane.
シンタックス
'宣言
 
Public Shared Sub ReflectionRef( _
   ByRef result As Matrix4x4, _
   ByRef normal As Vector3, _
   ByVal d As System.Single _
) 
public static void ReflectionRef( 
   out Matrix4x4 result,
   ref Vector3 normal,
   System.float d
)

パラメータ

result
A new matrix expressing the reflection.
normal
The plane's normal vector.
d
The plane's distance from the origin along its normal vector.
参照

Matrix4x4 構造体
Matrix4x4 メンバ