BetterModel
Toggle table of contents
1.5.1-SNAPSHOT-92
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
Datapoint
Datapoint
@
ApiStatus.Internal
class
Datapoint
:
Record
A raw JSON vector.
Parameters
x
x
y
y
z
z
script
script
Members
Constructors
Datapoint
Link copied to clipboard
constructor
(
)
Properties
PARSER
Link copied to clipboard
val
PARSER
:
(
JsonElement
)
->
Datapoint
Parser
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
(
)
:
Vector3f
Converts to vector.