Class Mathematics
Mathematics helper methods
Inherited Members
Namespace: GLTFast
Assembly: solution.dll
Syntax
public static class Mathematics
Methods
Name | Description |
---|---|
Decompose(float4x4, out float3, out float4, out float3) | Decomposes a 4x4 TRS matrix into separate transforms (translation * rotation * scale) Matrix may not contain skew |
Decompose(Matrix4x4, out Vector3, out Quaternion, out Vector3) | Decomposes a 4x4 TRS matrix into separate transforms (translation * rotation * scale) Matrix may not contain skew |
Normalize(float2, out float2) | Normalizes a vector |