korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
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