pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.entity.display.transform
/
Rotation
Rotation
class
Rotation
:
TransformComponent
(
source
)
Members
Constructors
Rotation
Link copied to clipboard
constructor
(
rotation
:
Vector3f
)
constructor
(
rotation
:
Vector3d
)
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
constructor
(
rotation
:
Quaterniond
)
constructor
(
rotation
:
Quaternionf
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
matrix
:
Matrix4f
)