space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
RotationMatrix
Rotation
Matrix
common
inline
class
RotationMatrix
(
val
values
:
FloatArray
=
FloatArray(9)
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Extensions
Constructors
Rotation
Matrix
Link copied to clipboard
common
fun
RotationMatrix
(
vararg
x
:
Int
)
Content copied to clipboard
Rotation
Matrix
Link copied to clipboard
common
fun
RotationMatrix
(
values
:
FloatArray
=
FloatArray(9)
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
common
operator
fun
get
(
x
:
Int
,
y
:
Int
)
:
Float
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
backward
Link copied to clipboard
common
val
backward
:
Vec3F
Content copied to clipboard
down
Link copied to clipboard
common
val
down
:
Vec3F
Content copied to clipboard
forward
Link copied to clipboard
common
val
forward
:
Vec3F
Content copied to clipboard
left
Link copied to clipboard
common
val
left
:
Vec3F
Content copied to clipboard
right
Link copied to clipboard
common
val
right
:
Vec3F
Content copied to clipboard
up
Link copied to clipboard
common
val
up
:
Vec3F
Content copied to clipboard
values
Link copied to clipboard
common
val
values
:
FloatArray
Content copied to clipboard
Extensions
times
Link copied to clipboard
common
operator
fun
RotationMatrix
.
times
(
vec
:
Vec3F
)
:
Vec3F
Content copied to clipboard
unary
Minus
Link copied to clipboard
common
operator
fun
RotationMatrix
.
unaryMinus
(
)
:
RotationMatrix
Content copied to clipboard