Creates a matrix that reflects the coordinate system about a specified plane.
シンタックス
'宣言
Public Shared Function Reflection( _
ByVal As Vector3, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 Reflection(
Vector3 ,
System.float
)
パラメータ
- normal
- The plane's normal vector.
- d
- The plane's distance from the origin along its normal vector.
戻り値の型
A new matrix expressing the reflection.
参照