Creates a matrix that reflects the coordinate system about a specified plane.
シンタックス
'宣言
Public Shared Sub ReflectionRef( _
ByRef As Matrix4x4, _
ByRef As Vector3, _
ByVal As System.Single _
)
public static void ReflectionRef(
out Matrix4x4 ,
ref Vector3 ,
System.float
)
パラメータ
- 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.
参照