Table of Contents

Class MatrixToolsd

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class MatrixToolsd
Inheritance
MatrixToolsd
Inherited Members

Methods

LoadPlayerFacingMatrix(double[])

public static void LoadPlayerFacingMatrix(double[] m)

Parameters

m double[]

MatFacePlayer(double[])

public static void MatFacePlayer(double[] m)

Parameters

m double[]

MatFollowPlayer(double[])

public static void MatFollowPlayer(double[] m)

Parameters

m double[]

Project(Vec3d, double[], double[], int, int)

public static Vec3d Project(Vec3d pos, double[] projection, double[] view, int viewportWidth, int viewportHeight)

Parameters

pos Vec3d
projection double[]
view double[]
viewportWidth int
viewportHeight int

Returns

Vec3d