point

@NotNull
open fun point(): @NotNull ModelDatapoint

Returns the first data point in the list.

Return

the first data point

Since

1.15.2

Throws


@NotNull
open fun point(@NotNull context: @NotNull ModelLoadContext, @NotNull function: @NotNull (Vector3f) -> Vector3f): @NotNull VectorPoint

Converts this keyframe into a processed VectorPoint.

Return

the vector point

Since

1.15.2

Parameters

context

the model loading context

function

a transformation function to apply to the vector values (e.g., coordinate conversion)