TransformBuilder

class TransformBuilder(baseTransform: Matrix44 = Matrix44.IDENTITY)(source)

Constructors

Link copied to clipboard
constructor(baseTransform: Matrix44 = Matrix44.IDENTITY)

Functions

Link copied to clipboard
fun multiply(matrix: Matrix44)
Link copied to clipboard
fun rotate(degrees: Double)
fun rotate(axis: Quaternion)
fun rotate(axis: Vector3 = Vector3.UNIT_Z, degrees: Double)
Link copied to clipboard
fun scale(scale: Double)
fun scale(scale: Vector3)
fun scale(scaleX: Double, scaleY: Double, scaleZ: Double = 1.0)
Link copied to clipboard
fun translate(offset: Vector2)
fun translate(offset: Vector3)
fun translate(x: Double, y: Double, z: Double = 0.0)

Properties

Link copied to clipboard