toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
TRS4
TRS4
data
class
TRS4
(
val
translation
:
Vector4F
,
val
rotation
:
Quaternion
,
val
scale
:
Vector4F
)
Members
Constructors
TRS4
Link copied to clipboard
constructor
(
translation
:
Vector4F
,
rotation
:
Quaternion
,
scale
:
Vector4F
)
Properties
rotation
Link copied to clipboard
val
rotation
:
Quaternion
scale
Link copied to clipboard
val
scale
:
Vector4F
translation
Link copied to clipboard
val
translation
:
Vector4F