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
/
TransformData
Transform
Data
@
Serializable
data
class
TransformData
(
val
position
:
Vec3Data
,
val
rotation
:
Vec4Data
,
val
scale
:
Vec3Data
)
Members
Constructors
Transform
Data
Link copied to clipboard
constructor
(
position
:
Vec3Data
,
rotation
:
Vec4Data
,
scale
:
Vec3Data
)
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
scale
Link copied to clipboard
val
scale
:
Vec3Data
Functions
to
Mat4d
Link copied to clipboard
fun
toMat4d
(
result
:
MutableMat4d
=
MutableMat4d()
)
:
Mat4d
to
Mat4f
Link copied to clipboard
fun
toMat4f
(
result
:
MutableMat4f
=
MutableMat4f()
)
:
Mat4f
to
Transform
Link copied to clipboard
fun
toTransform
(
result
:
Transform
)
:
Transform