Matrix4x4Ext ClassMatrix4x4 extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.Math.Matrix4x4Ext
Namespace: UltimateXR.Extensions.Unity.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class Matrix4x4Ext
The Matrix4x4Ext type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetObliqueMatrix | Computes a projection matrix so that it has an oblique near clip plane. | |
GetReflectionMatrix | Computes the reflection matrix around the given plane. | |
Interpolate | Interpolates two matrices by decomposing the position, rotation and scale values and interpolating them separately. |