BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-172
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util
/
VectorUtil
/
sum
sum
@
NotNull
open
fun
sum
(
length
:
Float
,
@
NotNull
position
:
@
NotNull
List
<
VectorPoint
>
,
@
NotNull
rotation
:
@
NotNull
List
<
VectorPoint
>
,
@
NotNull
scale
:
@
NotNull
List
<
VectorPoint
>
)
:
@
NotNull
List
<
AnimationPoint
>
@
NotNull
open
fun
sum
(
@
NotNull
position
:
@
NotNull
List
<
VectorPoint
>
,
@
NotNull
rotation
:
@
NotNull
List
<
VectorPoint
>
,
@
NotNull
scale
:
@
NotNull
List
<
VectorPoint
>
,
points
:
FloatCollection
)
:
@
NotNull
List
<
AnimationPoint
>