kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
PoseData
Pose
Data
@
Serializable
data
class
PoseData
(
val
position
:
Vec3Data
,
val
rotation
:
Vec4Data
)
Members
Constructors
Pose
Data
Link copied to clipboard
constructor
(
position
:
Vec3Data
,
rotation
:
Vec4Data
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
position
Link copied to clipboard
val
position
:
Vec3Data
rotation
Link copied to clipboard
val
rotation
:
Vec4Data
Functions
to
Pose
F
Link copied to clipboard
fun
toPoseF
(
result
:
MutablePoseF
=
MutablePoseF()
)
:
MutablePoseF