Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.pointclouds
/
Quaternion
Quaternion
data
class
Quaternion
(
val
x
:
Float
,
val
y
:
Float
,
val
z
:
Float
,
val
w
:
Float
)
Members
Constructors
Quaternion
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
Float
)
constructor
(
)
constructor
(
angle
:
Float
,
axis
:
Vector3
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
w
Link copied to clipboard
val
w
:
Float
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
z
Link copied to clipboard
val
z
:
Float
Functions
act
Link copied to clipboard
fun
act
(
vector
:
Vector3
)
:
Vector3
inverse
Link copied to clipboard
fun
inverse
(
)
:
Quaternion
times
Link copied to clipboard
operator
fun
times
(
other
:
Quaternion
)
:
Quaternion