BetterModel
Toggle table of contents
1.11.2-SNAPSHOT-315
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
VectorPoint
Vector
Point
class
VectorPoint
:
Record
,
Timed
Members
Constructors
Vector
Point
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
VectorPoint
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
time
Link copied to clipboard
abstract
fun
time
(
)
:
Float
Gets time
@
NotNull
open
fun
time
(
newTime
:
Float
)
:
@
NotNull
VectorPoint
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
vector
Link copied to clipboard
@
NotNull
open
fun
vector
(
)
:
@
NotNull
Vector3f
@
NotNull
open
fun
vector
(
f
:
Float
)
:
@
NotNull
Vector3f