Table of Contents

Method Linear

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Linear(Matrixf33)

Creates a Linear Map that takes a matrix and multiply it with the given position in a linear way.

public static IMap<Vector3, Vector3> Linear(Matrixf33 matrix)

Parameters

matrix Matrixf33

Matrix you want to operate.

Returns

IMap<Vector3, Vector3>