TransformBuilder

Constructors

Link copied to clipboard
constructor()
constructor(other: TransformBuilder)
constructor(components: ArrayDeque<TransformComponent>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun build(): Matrix4f
Link copied to clipboard

Adjusts the transformation so that the transformation acts on the center of the block display; otherwise it would act on a corner

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun lookAlong(xFrom: Double, yFrom: Double, zFrom: Double, xTo: Double, yTo: Double, zTo: Double): TransformBuilder
fun lookAlong(xFrom: Float, yFrom: Float, zFrom: Float, xTo: Float, yTo: Float, zTo: Float): TransformBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard