PoseData

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toPoseF(result: MutablePoseF = MutablePoseF()): MutablePoseF