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
/
Scale
Scale
class
Scale
(
scale
:
Vector3f
)
:
TransformComponent
(
source
)
Members
Constructors
Scale
Link copied to clipboard
constructor
(
scale
:
Vector3d
)
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
constructor
(
scale
:
Float
)
constructor
(
scale
:
Double
)
constructor
(
scale
:
Vector3f
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
matrix
:
Matrix4f
)