BetterModel
Toggle table of contents
1.8.2-SNAPSHOT-214
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.tracker
/
ModelRotation
Model
Rotation
class
ModelRotation
:
Record
Model rotation
Parameters
x
x-rot (pitch)
y
y-rot (yaw)
Members
Constructors
Model
Rotation
Link copied to clipboard
constructor
(
)
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
ModelRotation
Empty rotation
INVALID
Link copied to clipboard
val
INVALID
:
ModelRotation
Invalid rotation
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
packed
X
Link copied to clipboard
open
fun
packedX
(
)
:
Byte
packed
Y
Link copied to clipboard
open
fun
packedY
(
)
:
Byte
pitch
Link copied to clipboard
@
NotNull
open
fun
pitch
(
)
:
@
NotNull
ModelRotation
radian
X
Link copied to clipboard
open
fun
radianX
(
)
:
Float
radian
Y
Link copied to clipboard
open
fun
radianY
(
)
:
Float
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
yaw
Link copied to clipboard
@
NotNull
open
fun
yaw
(
)
:
@
NotNull
ModelRotation