public static class ElementRotation.Builder
extends java.lang.Object
ElementRotation instances| Modifier and Type | Method and Description |
|---|---|
ElementRotation.Builder |
angle(float angle) |
ElementRotation.Builder |
axis(Axis3D axis) |
ElementRotation |
build()
Finishes building the
ElementRotation
instance, this method can be invoked multiple
times, the builder is re-usable |
ElementRotation.Builder |
origin(Vector3Float origin) |
ElementRotation.Builder |
rescale(boolean rescale) |
public ElementRotation.Builder origin(Vector3Float origin)
public ElementRotation.Builder axis(Axis3D axis)
public ElementRotation.Builder angle(float angle)
public ElementRotation.Builder rescale(boolean rescale)
public ElementRotation build()
ElementRotation
instance, this method can be invoked multiple
times, the builder is re-usable