HyCodeYourTale
interfacepublicPriority 3

MatrixProvider

com.hypixel.hytale.math.hitdetection.MatrixProvider

0

Methods

0

Public Methods

0

Fields

0

Constructors

Related Classes

Used By

Source Code

package com.hypixel.hytale.math.hitdetection;

import com.hypixel.hytale.math.matrix.Matrix4d;

public interface MatrixProvider {
   Matrix4d getMatrix();
}