BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-411
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.animation
/
VectorPoint
Vector
Point
class
VectorPoint
:
Record
,
Timed
Vector point
Parameters
function
function
time
time
interpolator
interpolator
Members
Constructors
Vector
Point
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
VectorPoint
Empty point
Functions
compare
To
Link copied to clipboard
abstract
fun
compareTo
(
p
:
T
)
:
Int
open
fun
compareTo
(
@
NotNull
o
:
@
NotNull
Timed
)
:
Int
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Continuous
Link copied to clipboard
open
fun
isContinuous
(
)
:
Boolean
Checks this vector point is continuous
time
Link copied to clipboard
abstract
fun
time
(
)
:
Float
Gets time
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
vector
Link copied to clipboard
@
NotNull
open
fun
vector
(
)
:
@
NotNull
Vector3f
Gets vector
@
NotNull
open
fun
vector
(
time
:
Float
)
:
@
NotNull
Vector3f
Gets vector by time