bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-496
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.data
/
Float2
Float2
class
Float2
:
Record
A simple record representing two float values.
Since
3.0.0
Parameters
x
the x value
y
the y value
Members
Constructors
Float2
Link copied to clipboard
constructor
(
)
Properties
PARSER
Link copied to clipboard
val
PARSER
:
JsonDeserializer
<
Float2
>
A GSON deserializer for
Float2
.
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
to
Vector
Link copied to clipboard
@
NotNull
open
fun
toVector
(
)
:
@
NotNull
Vector2f
Converts this record to a
Vector2f
.