Table of Contents

Class Matrix4x4Extensions

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public static class Matrix4x4Extensions
Inheritance
Matrix4x4Extensions
Inherited Members

Methods

TransformDirection(Matrix4x4, float3)

public static float3 TransformDirection(this Matrix4x4 localToWorld, float3 direction)

Parameters

localToWorld Matrix4x4
direction float3

Returns

float3