div

@NotNull
open fun div(@NotNull resolution: @NotNull ModelResolution): @NotNull Float4

Divides floats by resolution.

Return

new floats

Parameters

resolution

model resolution


@NotNull
open fun div(width: Float, height: Float): @NotNull Float4

Divides floats by width, height

Return

new floats

Parameters

width

width

height

height