Float4

@ApiStatus.Internal
class Float4 : Record

A four float values (uv)

Parameters

dx

from-x

dz

from-z

tx

to-x

tz

to-z

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Parser : Function<T, R> , JsonDeserializer<T>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
open fun div(@NotNull resolution: @NotNull ModelResolution): @NotNull Float4
Divides floats by resolution.
@NotNull
open fun div(width: Float, height: Float): @NotNull Float4
Divides floats by width, height
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun toJson(): @NotNull JsonArray
Converts floats to JSON array.
Link copied to clipboard
@NotNull
open fun toString(): @NotNull String