BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-170
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
(
)
Types
Parser
Link copied to clipboard
class
Parser
:
Function
<
T
,
R
>
,
JsonDeserializer
<
T
>
Parser
Properties
PARSER
Link copied to clipboard
val
PARSER
:
Datapoint.Parser
Parser instance
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
Vector3f
Converts to vector.