TransformData

@Serializable
data class TransformData(val position: Vec3Data, val rotation: Vec4Data, val scale: Vec3Data)

Constructors

Link copied to clipboard
constructor(position: Vec3Data, rotation: Vec4Data, scale: Vec3Data)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toMat4d(result: MutableMat4d = MutableMat4d()): Mat4d
Link copied to clipboard
fun toMat4f(result: MutableMat4f = MutableMat4f()): Mat4f
Link copied to clipboard
fun toTransform(result: Transform): Transform