MatrixProvider interface

Пакет: com.hypixel.hytale.math.hitdetection

Файл: com/hypixel/hytale/math/hitdetection/MatrixProvider.java

Методы (1)

МодификаторыВозвратСигнатура
abstract Matrix4d getMatrixMatrix4d getMatrix()

Исходный код

Показать/скрыть
class="kw">package com.hypixel.hytale.math.hitdetection;

class="kw">import org.joml.Matrix4d;

class="kw">public class="kw">interface MatrixProvider {
   Matrix4d getMatrix();
}