BetterModel
Toggle table of contents
1.8.2-SNAPSHOT-213
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
Float4
Float4
@
ApiStatus.Internal
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
(
)
Types
Parser
Link copied to clipboard
class
Parser
:
Function
<
T
,
R
>
,
JsonDeserializer
<
T
>
Properties
PARSER
Link copied to clipboard
val
PARSER
:
Float4.Parser
Parser
Functions
div
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
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
(
)
:
@
NotNull
JsonArray
Converts floats to JSON array.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String