space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
RotationMatrix
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Properties
Functions
from
Columns
Link copied to clipboard
common
fun
fromColumns
(
col1
:
Vec3F
,
col2
:
Vec3F
,
col3
:
Vec3F
)
:
RotationMatrix
Content copied to clipboard
from
Forward
And
Up
Link copied to clipboard
common
fun
fromForwardAndUp
(
forward
:
Vec3F
,
up
:
Vec3F
)
:
RotationMatrix
Content copied to clipboard
from
Pose
Link copied to clipboard
common
fun
fromPose
(
pose
:
Pose
)
:
RotationMatrix
Content copied to clipboard
from
Rows
Link copied to clipboard
common
fun
fromRows
(
row1
:
Vec3F
,
row2
:
Vec3F
,
row3
:
Vec3F
)
:
RotationMatrix
Content copied to clipboard
Properties
IDENTITY
Link copied to clipboard
common
val
IDENTITY
:
RotationMatrix
Content copied to clipboard