public interface NonCommutativelyTranslatable<S extends NonCommutativelyTranslatable<S>> extends Translatable<S>
Modifier and Type | Method and Description |
---|---|
default S |
getPreTranslated(Vector<?,?> translation) |
S |
preTranslate(Vector<?,?> translation) |
getTranslated, translate