BetterModel
Toggle table of contents
1.4.2
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
Float4
Float4
class
Float4
:
Record
A four float values (uv)
Parameters
dx
from-x
dz
from-z
tx
to-x
tz
to-z
Members
Constructors
Float4
Link copied to clipboard
constructor
(
)
Properties
PARSER
Link copied to clipboard
val
PARSER
:
(
JsonElement
)
->
Float4
Parser
Functions
div
Link copied to clipboard
@
NotNull
open
fun
div
(
@
NotNull
resolution
:
ModelResolution
)
:
Float4
Divides floats by resolution.
@
NotNull
open
fun
div
(
width
:
Float
,
height
:
Float
)
:
Float4
Divides floats by width, height
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
Json
Link copied to clipboard
@
NotNull
open
fun
toJson
(
)
:
JsonArray
Converts floats to json array.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String