Matrix4x4Ext.GetReflectionMatrix Method

Computes the reflection matrix around the given plane.

Namespace: UltimateXR.Extensions.Unity.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static Matrix4x4 GetReflectionMatrix(
	Vector4 plane
)

Parameters

 

plane
Type: Vector4
Reflection plane

Return Value

Type: Matrix4x4
Reflected matrix

See Also

Reference

Matrix4x4Ext Class
UltimateXR.Extensions.Unity.Math Namespace