public interface NonCommutativelyRotatable2<S extends NonCommutativelyRotatable2<S>> extends Rotatable2<S>
Modifier and Type | Method and Description |
---|---|
default S |
getPreRotated(Value<?> value) |
default S |
getPreRotated(Value<?> angle,
Vector2<?> centre) |
S |
preRotate(Value<?> value) |
S |
preRotate(Value<?> angle,
Vector2<?> centre) |
getRotated, getRotated, rotate, rotate