Method Linear
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
Matrixf33Matrix you want to operate.