filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-compose
/
io.github.erkko68.filament.compose.scene
/
Scale
Scale
data
class
Scale
(
val
x
:
Float
,
val
y
:
Float
,
val
z
:
Float
)
A per-axis scale factor. See
Position
for the rationale behind the distinct type.
Members
Constructors
Scale
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
constructor
(
v
:
Float
)
constructor
(
v
:
Float3
)
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
z
Link copied to clipboard
val
z
:
Float
Functions
times
Link copied to clipboard
operator
fun
times
(
o
:
Scale
)
:
Scale
operator
fun
times
(
s
:
Float
)
:
Scale
to
Float3
Link copied to clipboard
fun
toFloat3
(
)
:
Float3