VectorPoint

Vector point

Parameters

function

function

time

time

interpolator

interpolator

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Empty point

Functions

Link copied to clipboard
abstract fun compareTo(p: T): Int
open fun compareTo(@NotNull o: @NotNull Timed): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun time(): Float
Gets time
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun vector(): @NotNull Vector3f
Gets vector
@NotNull
open fun vector(time: Float): @NotNull Vector3f
Gets vector by time