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

NameDescription
Public methodStatic memberGetObliqueMatrix Computes a projection matrix so that it has an oblique near clip plane.
Public methodStatic memberGetReflectionMatrix Computes the reflection matrix around the given plane.
Public methodStatic memberInterpolate Interpolates two matrices by decomposing the position, rotation and scale values and interpolating them separately.

See Also

Reference

UltimateXR.Extensions.Unity.Math Namespace